[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1415562021.git.moinejf@free.fr>
Date: Sun, 9 Nov 2014 20:40:21 +0100
From: Jean-Francois Moine <moinejf@...e.fr>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>
Cc: Russell King <linux@....linux.org.uk>,
Lars-Peter Clausen <lars@...afoo.de>,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/2] Fix some 'const' problems
A cast was often needed to call some OF functions, removing
a 'const' attribute.
This patchset removes 'const' from the device_node pointers of the
sound/soc structures and also removes some useless casts
in the sound/soc tree.
v2: remove const from the pointers instead of modifying the
OF functions (Russell King)
Jean-Francois Moine (2):
ASoC: Remove 'const' from the device_node pointers
ASoC: simple-card: Remove useless casts
include/sound/soc.h | 6 +++---
sound/soc/generic/simple-card.c | 7 ++-----
sound/soc/samsung/odroidx2_max98090.c | 4 ++--
sound/soc/ux500/mop500.c | 6 ++----
4 files changed, 9 insertions(+), 14 deletions(-)
--
2.1.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists