[PATCH] iio:adc: fix platform_no_drv_owner.cocci warnings

From: kbuild test robot
Date: Mon Oct 05 2015 - 02:55:28 EST


drivers/iio/adc/palmas_gpadc.c:798: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: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx>
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---

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

--- a/drivers/iio/adc/palmas_gpadc.c
+++ b/drivers/iio/adc/palmas_gpadc.c
@@ -795,7 +795,6 @@ static struct platform_driver palmas_gpa
.remove = palmas_gpadc_remove,
.driver = {
.name = MOD_NAME,
- .owner = THIS_MODULE,
.pm = &palmas_pm_ops,
},
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/