[PATCH -next] spi: apple: Remove unnecessary .owner for apple_spi_driver
From: Jiapeng Chong
Date: Mon Nov 11 2024 - 01:54:57 EST
Remove .owner field if calls are used which set it automatically.
./drivers/spi/spi-apple.c:522:3-8: No need to set .owner here. The core will do it.
Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11799
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
drivers/spi/spi-apple.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/spi-apple.c b/drivers/spi/spi-apple.c
index 1ce91cea89be..d4b126c8701a 100644
--- a/drivers/spi/spi-apple.c
+++ b/drivers/spi/spi-apple.c
@@ -519,7 +519,6 @@ static struct platform_driver apple_spi_driver = {
.probe = apple_spi_probe,
.driver = {
.name = "apple-spi",
- .owner = THIS_MODULE,
.of_match_table = apple_spi_of_match,
},
};
--
2.32.0.3.g01195cf9f