diff mbox

hwmon: fix platform_no_drv_owner.cocci warnings

Message ID alpine.DEB.2.10.1610070741040.3074@hadrien (mailing list archive)
State Not Applicable
Headers show

Commit Message

Julia Lawall Oct. 7, 2016, 5:43 a.m. UTC
No need to set .owner here. The core will do it.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

tree:   https://github.com/0day-ci/linux
Chris-Packham/hwmon-Add-tc654-driver/20161007-054116
head:   7b9f81e69fbc7077c55136daefe7546cf88925ae
commit: 7b9f81e69fbc7077c55136daefe7546cf88925ae [1/1] hwmon: Add tc654
driver

 tc654.c |    1 -
 1 file changed, 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/hwmon/tc654.c
+++ b/drivers/hwmon/tc654.c
@@ -517,7 +517,6 @@  MODULE_DEVICE_TABLE(i2c, tc654_id);
 static struct i2c_driver tc654_driver = {
 	.driver = {
 		   .name = "tc654",
-		   .owner = THIS_MODULE,
 		   .of_match_table = of_match_ptr(tc654_dt_match),
 		   },
 	.probe = tc654_probe,