[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151016163328.GA36661@lkp-nex05>
Date: Sat, 17 Oct 2015 00:33:28 +0800
From: kbuild test robot <lkp@...el.com>
To: Neil Armstrong <narmstrong@...libre.com>
Cc: kbuild-all@...org, Felipe Balbi <balbi@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [PATCH] usb: gadget: fix platform_no_drv_owner.cocci warnings
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 <narmstrong@...libre.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists