staging: wilc1000: Add terminating entry for wilc_sdio_ids

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>
This commit is contained in:
Axel Lin 2015-09-12 22:02:12 +08:00 committed by Greg Kroah-Hartman
parent e714b7eab1
commit f9db385df2

View 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) },
{ },
};