projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41ef1b
)
drm/sti: hda: drop driver owner assignment
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Sat, 30 Mar 2024 20:38:29 +0000
(21:38 +0100)
committer
Maxime Ripard
<mripard@kernel.org>
Fri, 5 Jul 2024 11:18:34 +0000
(13:18 +0200)
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>
drivers/gpu/drm/sti/sti_hda.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sti/sti_hda.c
b/drivers/gpu/drm/sti/sti_hda.c
index
6ee3561
..
f18faad
100644
(file)
--- a/
drivers/gpu/drm/sti/sti_hda.c
+++ b/
drivers/gpu/drm/sti/sti_hda.c
@@
-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,