mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
drm/sti: hdmi: 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/20240330205722.93801-1-krzysztof.kozlowski@linaro.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
parent
4864402d98
commit
f87f19b810
@ -1485,7 +1485,6 @@ static void sti_hdmi_remove(struct platform_device *pdev)
|
||||
struct platform_driver sti_hdmi_driver = {
|
||||
.driver = {
|
||||
.name = "sti-hdmi",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = hdmi_of_match,
|
||||
},
|
||||
.probe = sti_hdmi_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user