drivers/usb/gadget/udc/cadence_hsudc.c:2127:6-11: No need to set .owner here. The core will do it.
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Neil Armstrong <[email protected]> Signed-off-by: Fengguang Wu <[email protected]> --- cadence_hsudc.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/usb/gadget/udc/cadence_hsudc.c +++ b/drivers/usb/gadget/udc/cadence_hsudc.c @@ -2124,7 +2124,6 @@ static struct platform_driver cadence_hs .remove = cadence_hsudc_remove, .driver = { .name = "cadence_hsudc", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(cadence_hsudc_of_match), }, }; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

