Skip to content

Commit e3c95d5

Browse files
krzkkuba-moo
authored andcommitted
nfc: mrvl: spi: drop driver owner assignment
Core in spi_register_driver() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 3439412 commit e3c95d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/nfc/nfcmrvl/spi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ static struct spi_driver nfcmrvl_spi_driver = {
199199
.id_table = nfcmrvl_spi_id_table,
200200
.driver = {
201201
.name = "nfcmrvl_spi",
202-
.owner = THIS_MODULE,
203202
.of_match_table = of_match_ptr(of_nfcmrvl_spi_match),
204203
},
205204
};

0 commit comments

Comments
 (0)