power: max77693: fix platform_no_drv_owner.cocci warnings

drivers/power/max77693_charger.c:747: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: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
kbuild test robot 2015-01-21 12:11:34 +08:00 committed by Sebastian Reichel
parent 5b40b3e6f1
commit a7c45b6c28

View File

@ -740,7 +740,6 @@ MODULE_DEVICE_TABLE(platform, max77693_charger_id);
static struct platform_driver max77693_charger_driver = {
.driver = {
.owner = THIS_MODULE,
.name = "max77693-charger",
},
.probe = max77693_charger_probe,