diff mbox

mfd: max77620: fix platform_no_drv_owner.cocci warnings

Message ID 20160107155619.GA88818@lkp-hsx03
State New
Headers show

Commit Message

kernel test robot Jan. 7, 2016, 3:56 p.m. UTC
drivers/mfd/max77620.c:900: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: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" 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/mfd/max77620.c
+++ b/drivers/mfd/max77620.c
@@ -897,7 +897,6 @@  static const struct dev_pm_ops max77620_
 static struct i2c_driver max77620_driver = {
 	.driver = {
 		.name = "max77620",
-		.owner = THIS_MODULE,
 		.pm = &max77620_pm_ops,
 		.of_match_table = max77620_of_match,
 	},