* [PATCH] staging: wilc1000: Add terminating entry for wilc_sdio_ids
@ 2015-09-12 14:02 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2015-09-12 14:02 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Johnny Kim, Rachel Kim, Dean Lee, Chris Park, linux-wireless,
devel
The sdio_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/staging/wilc1000/linux_wlan_sdio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/wilc1000/linux_wlan_sdio.c b/drivers/staging/wilc1000/linux_wlan_sdio.c
index 37f31f4..5f0e6cd 100644
--- a/drivers/staging/wilc1000/linux_wlan_sdio.c
+++ b/drivers/staging/wilc1000/linux_wlan_sdio.c
@@ -40,6 +40,7 @@ static unsigned int sdio_default_speed;
static const struct sdio_device_id wilc_sdio_ids[] = {
{ SDIO_DEVICE(SDIO_VENDOR_ID_WILC, SDIO_DEVICE_ID_WILC) },
+ { },
};
--
2.1.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-12 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-12 14:02 [PATCH] staging: wilc1000: Add terminating entry for wilc_sdio_ids Axel Lin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).