drm/tiny: ili9225: 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> Acked-by: David Lechner <david@lechnology.com> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240327174842.519758-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
2e3f08a1ac
commit
6898837d43
@ -447,7 +447,6 @@ static void ili9225_shutdown(struct spi_device *spi)
|
||||
static struct spi_driver ili9225_spi_driver = {
|
||||
.driver = {
|
||||
.name = "ili9225",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = ili9225_of_match,
|
||||
},
|
||||
.id_table = ili9225_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user