Skip to content

Commit ca1c2dd

Browse files
inochisalinusw
authored andcommitted
pinctrl: sophgo: pinctrl-sg2042: Fix wrong module description
Fix the SoC model in module description string, it should be sg2042 instead of sg2002. Fixes: 1e67465 ("pinctrl: sophgo: add support for SG2042 SoC") Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Reviewed-by: Chen Wang <unicorn_wang@outlook.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
1 parent 9826035 commit ca1c2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/sophgo/pinctrl-sg2042.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,5 +651,5 @@ static struct platform_driver sg2042_pinctrl_driver = {
651651
};
652652
module_platform_driver(sg2042_pinctrl_driver);
653653

654-
MODULE_DESCRIPTION("Pinctrl driver for the SG2002 series SoC");
654+
MODULE_DESCRIPTION("Pinctrl driver for the SG2042 series SoC");
655655
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)