Skip to content

Commit 22cc6eb

Browse files
krzkdaeinki
authored andcommitted
drm/exynos: dsi: drop driver owner initialization
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> Signed-off-by: Inki Dae <inki.dae@samsung.com>
1 parent 272e6fe commit 22cc6eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/exynos/exynos_drm_dsi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ struct platform_driver dsi_driver = {
184184
.remove_new = samsung_dsim_remove,
185185
.driver = {
186186
.name = "exynos-dsi",
187-
.owner = THIS_MODULE,
188187
.pm = &samsung_dsim_pm_ops,
189188
.of_match_table = exynos_dsi_of_match,
190189
},

0 commit comments

Comments
 (0)