Skip to content

Commit 7648112

Browse files
inochisalinusw
authored andcommitted
pinctrl: sophgo: pinctrl-sg2044: Fix wrong module description
Fix the SoC model in module description string, it should be sg2044 instead of sg2002. Fixes: 614a54c ("pinctrl: sophgo: add support for SG2044 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 ca1c2dd commit 7648112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/sophgo/pinctrl-sg2044.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,5 +714,5 @@ static struct platform_driver sg2044_pinctrl_driver = {
714714
};
715715
module_platform_driver(sg2044_pinctrl_driver);
716716

717-
MODULE_DESCRIPTION("Pinctrl driver for the SG2002 series SoC");
717+
MODULE_DESCRIPTION("Pinctrl driver for the SG2044 series SoC");
718718
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)