mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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 <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240327174810.519676-3-krzysztof.kozlowski@linaro.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
3439412061
commit
e3c95d5619
@ -199,7 +199,6 @@ static struct spi_driver nfcmrvl_spi_driver = {
|
||||
.id_table = nfcmrvl_spi_id_table,
|
||||
.driver = {
|
||||
.name = "nfcmrvl_spi",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(of_nfcmrvl_spi_match),
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user