]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pinctrl: sophgo: pinctrl-sg2044: Fix wrong module description
authorInochi Amaoto <inochiama@gmail.com>
Wed, 1 Apr 2026 00:35:50 +0000 (08:35 +0800)
committerLinus Walleij <linusw@kernel.org>
Tue, 7 Apr 2026 09:28:00 +0000 (11:28 +0200)
Fix the SoC model in module description string, it should be
sg2044 instead of sg2002.

Fixes: 614a54cb5ac3 ("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>
drivers/pinctrl/sophgo/pinctrl-sg2044.c

index b0c46d8954ca1a4f67ab07c2f969f720c1c3e93b..cf0b674c038f068e3b3e5a487f5130561cd41319 100644 (file)
@@ -714,5 +714,5 @@ static struct platform_driver sg2044_pinctrl_driver = {
 };
 module_platform_driver(sg2044_pinctrl_driver);
 
-MODULE_DESCRIPTION("Pinctrl driver for the SG2002 series SoC");
+MODULE_DESCRIPTION("Pinctrl driver for the SG2044 series SoC");
 MODULE_LICENSE("GPL");