[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150329073333.GA110213@athens>
Date: Sun, 29 Mar 2015 15:33:33 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Paul Walmsley <pwalmsley@...dia.com>
Cc: kbuild-all@...org, Thierry Reding <treding@...dia.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>, linux-kernel@...r.kernel.org
Subject: [PATCH] fix platform_no_drv_owner.cocci warnings
drivers/regulator/max77620-regulator.c:800: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: Paul Walmsley <pwalmsley@...dia.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
max77620-regulator.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/regulator/max77620-regulator.c
+++ b/drivers/regulator/max77620-regulator.c
@@ -797,7 +797,6 @@ static struct platform_driver max77620_r
.probe = max77620_regulator_probe,
.driver = {
.name = "max77620-pmic",
- .owner = THIS_MODULE,
},
};
--
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