Message ID | 20240318173319.201799-6-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | de9700f44d41d5ebdcbc0c5b5e1ffe7861eaffb1 |
Headers | show |
Series | Fix USB pipe configuration for RZ/G2L | expand |
diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c index df94375f6c23..7ec1ab90fef3 100644 --- a/drivers/usb/renesas_usbhs/common.c +++ b/drivers/usb/renesas_usbhs/common.c @@ -597,7 +597,7 @@ static const struct of_device_id usbhs_of_match[] = { .compatible = "renesas,rzg2l-usbhs", .data = &usbhs_rzg2l_plat_info, }, - { }, + { } }; MODULE_DEVICE_TABLE(of, usbhs_of_match);