[alsa-devel] [PATCH] ASoC: wm0010: Remove .bus field setting from wm0010_spi_driver
Axel Lin
axel.lin at ingics.com
Thu Jul 2 06:02:58 CEST 2015
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 at 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
More information about the Alsa-devel
mailing list