linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] nfc: s3fwrn5: fix platform_no_drv_owner.cocci warning
@ 2019-10-06 10:53 YueHaibing
  2019-10-06 16:39 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2019-10-06 10:53 UTC (permalink / raw)
  To: r.baldyga, k.opasiak, davem, sameo
  Cc: linux-nfc, netdev, linux-kernel, YueHaibing

Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/nfc/s3fwrn5/i2c.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/nfc/s3fwrn5/i2c.c b/drivers/nfc/s3fwrn5/i2c.c
index e4f7fa0..b4eb926 100644
--- a/drivers/nfc/s3fwrn5/i2c.c
+++ b/drivers/nfc/s3fwrn5/i2c.c
@@ -279,7 +279,6 @@ MODULE_DEVICE_TABLE(of, of_s3fwrn5_i2c_match);
 
 static struct i2c_driver s3fwrn5_i2c_driver = {
 	.driver = {
-		.owner = THIS_MODULE,
 		.name = S3FWRN5_I2C_DRIVER_NAME,
 		.of_match_table = of_match_ptr(of_s3fwrn5_i2c_match),
 	},
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] nfc: s3fwrn5: fix platform_no_drv_owner.cocci warning
  2019-10-06 10:53 [PATCH net-next] nfc: s3fwrn5: fix platform_no_drv_owner.cocci warning YueHaibing
@ 2019-10-06 16:39 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-10-06 16:39 UTC (permalink / raw)
  To: yuehaibing; +Cc: r.baldyga, k.opasiak, sameo, linux-nfc, netdev, linux-kernel

From: YueHaibing <yuehaibing@huawei.com>
Date: Sun, 6 Oct 2019 18:53:52 +0800

> Remove .owner field if calls are used which set it automatically
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-06 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 10:53 [PATCH net-next] nfc: s3fwrn5: fix platform_no_drv_owner.cocci warning YueHaibing
2019-10-06 16:39 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).