staging: wilc1000: Add terminating entry for wilc_sdio_ids
authorAxel Lin <axel.lin@ingics.com>
Sat, 12 Sep 2015 14:02:12 +0000 (22:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Sep 2015 15:50:40 +0000 (08:50 -0700)
The sdio_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan_sdio.c

index 1120a0f595d43e2d8e0e81aa69ecc4ac492ea27b..b1c6b6fc04815ef14666e9603846e9938c7df8a8 100644 (file)
@@ -34,6 +34,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) },
+       { },
 };