mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
committed by
Greg Kroah-Hartman
parent
e714b7eab1
commit
f9db385df2
@@ -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) },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user