[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150106163827.GA3373@waimea>
Date: Wed, 7 Jan 2015 00:38:27 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Phani Movva <Phani.Movva@...tec.com>
Cc: kbuild-all@...org, Ezequiel Garcia <ezequiel.garcia@...tec.com>,
Naidu Tellapati <Naidu.Tellapati@...tec.com>,
Jonathan Cameron <jic23@...nel.org>,
Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald <pmeerw@...erw.net>, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] iio: adc: fix platform_no_drv_owner.cocci warnings
drivers/iio/adc/cc10001_adc.c:414: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: Phani Movva <Phani.Movva@...tec.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
cc10001_adc.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/iio/adc/cc10001_adc.c
+++ b/drivers/iio/adc/cc10001_adc.c
@@ -411,7 +411,6 @@ MODULE_DEVICE_TABLE(of, cc10001_adc_dt_i
static struct platform_driver cc10001_adc_driver = {
.driver = {
.name = "cc10001-adc",
- .owner = THIS_MODULE,
.of_match_table = cc10001_adc_dt_ids,
},
.probe = cc10001_adc_probe,
--
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