Skip to content

Commit 059fa99

Browse files
krzkdavem330
authored andcommitted
net: ieee802154: adf7242: drop owner from driver
Core already sets owner in spi_driver. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Michael Hennerich <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent cdfe4fc commit 059fa99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ieee802154/adf7242.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,6 @@ static struct spi_driver adf7242_driver = {
13381338
.driver = {
13391339
.of_match_table = adf7242_of_match,
13401340
.name = "adf7242",
1341-
.owner = THIS_MODULE,
13421341
},
13431342
.probe = adf7242_probe,
13441343
.remove = adf7242_remove,

0 commit comments

Comments
 (0)