projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d5578
)
nfc: nfcmrvl: fix platform_no_drv_owner.cocci warning
author
YueHaibing
<yuehaibing@huawei.com>
Sun, 6 Oct 2019 10:52:17 +0000
(18:52 +0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 6 Oct 2019 16:38:28 +0000
(18:38 +0200)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/nfcmrvl/i2c.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/nfcmrvl/i2c.c
b/drivers/nfc/nfcmrvl/i2c.c
index
0f22379
..
18cd962
100644
(file)
--- a/
drivers/nfc/nfcmrvl/i2c.c
+++ b/
drivers/nfc/nfcmrvl/i2c.c
@@
-278,7
+278,6
@@
static struct i2c_driver nfcmrvl_i2c_driver = {
.remove = nfcmrvl_i2c_remove,
.driver = {
.name = "nfcmrvl_i2c",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(of_nfcmrvl_i2c_match),
},
};