Tag: ff075d670cbee4aa969d98298eaa23bc035d201a

usb: host: xhci-plat: fix of_table.cocci warnings

Author: Julia Lawall <julia.lawall@lip6.fr> Make sure (of/i2c/platform)_device_id tables are NULL terminated Generated by: scripts/coccinelle/misc/of_table.cocci Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman — drivers/usb/host/xhci-plat.c | 1 + 1 file changed, 1 insertion(+)   diff –git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c index 3aede6e..5c15e9b 100644 — a/drivers/usb/host/xhci-plat.c +++ b/drivers/usb/host/xhci-plat.c @@ -116,6 +116,7 @@ static const struct …

Continue reading