From: Jean-Francois Moine <moinejf@free.fr>
To: Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen <lars@metafoo.de>,
Russell King <linux@arm.linux.org.uk>,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] Fix some 'const' problems
Date: Sun, 9 Nov 2014 20:40:21 +0100 [thread overview]
Message-ID: <cover.1415562021.git.moinejf@free.fr> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Jean-Francois Moine <moinejf@free.fr>
To: Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>,
Lars-Peter Clausen <lars@metafoo.de>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] Fix some 'const' problems
Date: Sun, 9 Nov 2014 20:40:21 +0100 [thread overview]
Message-ID: <cover.1415562021.git.moinejf@free.fr> (raw)
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
next reply other threads:[~2014-11-09 19:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-09 19:40 Jean-Francois Moine [this message]
2014-11-09 19:40 ` [PATCH v2 0/2] Fix some 'const' problems Jean-Francois Moine
2014-11-09 11:38 ` [PATCH v2 2/2] ASoC: simple-card: Remove useless casts Jean-Francois Moine
2014-11-10 19:02 ` Mark Brown
2014-11-09 19:33 ` [PATCH v2 1/2] ASoC: Remove 'const' from the device_node pointers Jean-Francois Moine
2014-11-10 19:03 ` Mark Brown
2014-11-10 19:12 ` Jean-Francois Moine
2014-11-10 19:25 ` Mark Brown
2014-11-10 19:37 ` Mark Brown
2014-11-10 19:51 ` Russell King - ARM Linux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1415562021.git.moinejf@free.fr \
--to=moinejf@free.fr \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lars@metafoo.de \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.