drivers/usb/misc/intel-mux-gpio.c:111:3-8: 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: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- intel-mux-gpio.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/usb/misc/intel-mux-gpio.c +++ b/drivers/usb/misc/intel-mux-gpio.c @@ -108,7 +108,6 @@ MODULE_DEVICE_TABLE(platform, vuport_pla static struct platform_driver vuport_driver = { .driver = { .name = "intel-mux-gpio", - .owner = THIS_MODULE, #ifdef CONFIG_PM_SLEEP .pm = &vuport_pm_ops, #endif -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html