[PATCH] usb: misc: fix platform_no_drv_owner.cocci warnings

From: kbuild test robot
Date: Thu Mar 03 2016 - 03:19:18 EST


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