mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
drm/sti: hda: 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-2-krzysztof.kozlowski@linaro.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
parent
c41ef1b42a
commit
5223ba83c4
@ -807,7 +807,6 @@ MODULE_DEVICE_TABLE(of, hda_of_match);
|
||||
struct platform_driver sti_hda_driver = {
|
||||
.driver = {
|
||||
.name = "sti-hda",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = hda_of_match,
|
||||
},
|
||||
.probe = sti_hda_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user