2 Jul
2015
2 Jul
'15
7:02 a.m.
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,
--
2.1.0