Skip to content

Commit 07623f5

Browse files
krzkstorulf
authored andcommitted
pmdomain: mediatek: scpsys: drop driver owner assignment
Core in platform_driver_register() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 39cd87c commit 07623f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pmdomain/mediatek/mtk-scpsys.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ static struct platform_driver scpsys_drv = {
11381138
.driver = {
11391139
.name = "mtk-scpsys",
11401140
.suppress_bind_attrs = true,
1141-
.owner = THIS_MODULE,
11421141
.of_match_table = of_scpsys_match_tbl,
11431142
},
11441143
};

0 commit comments

Comments
 (0)