[alsa-devel] [PATCH] ASoC: wm0010: Remove .bus field setting from wm0010_spi_driver
The .bus field will be set by spi_register_driver() so we don't need to set it in wm0010_spi_driver.
Signed-off-by: Axel Lin axel.lin@ingics.com --- sound/soc/codecs/wm0010.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c index 6560a66..e1da49f 100644 --- a/sound/soc/codecs/wm0010.c +++ b/sound/soc/codecs/wm0010.c @@ -1003,7 +1003,6 @@ static int wm0010_spi_remove(struct spi_device *spi) static struct spi_driver wm0010_spi_driver = { .driver = { .name = "wm0010", - .bus = &spi_bus_type, .owner = THIS_MODULE, }, .probe = wm0010_spi_probe,
On Thu, Jul 02, 2015 at 12:02:58PM +0800, Axel Lin wrote:
The .bus field will be set by spi_register_driver() so we don't need to set it in wm0010_spi_driver.
Signed-off-by: Axel Lin axel.lin@ingics.com
Acked-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
Thanks, Charles
participants (3)
-
Axel Lin
-
Charles Keepax
-
Mark Brown