* [PATCH] ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids
@ 2011-08-11 14:19 Axel Lin
2011-08-11 14:49 ` Liam Girdwood
2011-08-12 2:40 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-08-11 14:19 UTC (permalink / raw)
To: linux-kernel; +Cc: Shawn Guo, Liam Girdwood, Mark Brown, alsa-devel
The module device table for of_device_id should use "of" type.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
sound/soc/codecs/sgtl5000.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
index 666fae6..91130fb 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -1441,7 +1441,7 @@ static const struct of_device_id sgtl5000_dt_ids[] = {
{ .compatible = "fsl,sgtl5000", },
{ /* sentinel */ }
};
-MODULE_DEVICE_TABLE(i2c, sgtl5000_dt_ids);
+MODULE_DEVICE_TABLE(of, sgtl5000_dt_ids);
static struct i2c_driver sgtl5000_i2c_driver = {
.driver = {
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids
2011-08-11 14:19 [PATCH] ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids Axel Lin
@ 2011-08-11 14:49 ` Liam Girdwood
2011-08-12 2:40 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-08-11 14:49 UTC (permalink / raw)
To: Axel Lin
Cc: linux-kernel@vger.kernel.org, Shawn Guo, Mark Brown,
alsa-devel@alsa-project.org
On 11/08/11 15:19, Axel Lin wrote:
> The module device table for of_device_id should use "of" type.
>
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
> sound/soc/codecs/sgtl5000.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
> index 666fae6..91130fb 100644
> --- a/sound/soc/codecs/sgtl5000.c
> +++ b/sound/soc/codecs/sgtl5000.c
> @@ -1441,7 +1441,7 @@ static const struct of_device_id sgtl5000_dt_ids[] = {
> { .compatible = "fsl,sgtl5000", },
> { /* sentinel */ }
> };
> -MODULE_DEVICE_TABLE(i2c, sgtl5000_dt_ids);
> +MODULE_DEVICE_TABLE(of, sgtl5000_dt_ids);
>
> static struct i2c_driver sgtl5000_i2c_driver = {
> .driver = {
Acked-by: Liam Girdwood <lrg@ti.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids
2011-08-11 14:19 [PATCH] ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids Axel Lin
2011-08-11 14:49 ` Liam Girdwood
@ 2011-08-12 2:40 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-08-12 2:40 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Shawn Guo, Liam Girdwood, alsa-devel
On Thu, Aug 11, 2011 at 10:19:16PM +0800, Axel Lin wrote:
> The module device table for of_device_id should use "of" type.
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-12 2:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 14:19 [PATCH] ASoC: sgtl5000: fix module device table type for sgtl5000_dt_ids Axel Lin
2011-08-11 14:49 ` Liam Girdwood
2011-08-12 2:40 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox