Skip to content

Commit e798845

Browse files
krzklinusw
authored andcommitted
pinctrl: sunxi: sun9i-a80-r: 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]> Acked-by: Chen-Yu Tsai <[email protected]> Message-ID: <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 4aad0ad commit e798845

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pinctrl/sunxi/pinctrl-sun9i-a80-r.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ static struct platform_driver sun9i_a80_r_pinctrl_driver = {
169169
.probe = sun9i_a80_r_pinctrl_probe,
170170
.driver = {
171171
.name = "sun9i-a80-r-pinctrl",
172-
.owner = THIS_MODULE,
173172
.of_match_table = sun9i_a80_r_pinctrl_match,
174173
},
175174
};

0 commit comments

Comments
 (0)