mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
drm/sti: dvo: drop driver owner assignment
Core in platform_driver_register() already sets the .owner, so driver does not need to. Whatever is set here will be anyway overwritten by main driver calling platform_driver_register(). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Alain Volmat <alain.volmat@foss.st.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240330203831.87003-1-krzysztof.kozlowski@linaro.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
parent
1fea3e2656
commit
c41ef1b42a
@ -582,7 +582,6 @@ MODULE_DEVICE_TABLE(of, dvo_of_match);
|
||||
struct platform_driver sti_dvo_driver = {
|
||||
.driver = {
|
||||
.name = "sti-dvo",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = dvo_of_match,
|
||||
},
|
||||
.probe = sti_dvo_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user