Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: sophgo: pinctrl-sg2044: Fix wrong module description

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>

authored by

Inochi Amaoto and committed by
Linus Walleij
76481123 ca1c2ddf

+1 -1
+1 -1
drivers/pinctrl/sophgo/pinctrl-sg2044.c
··· 714 714 }; 715 715 module_platform_driver(sg2044_pinctrl_driver); 716 716 717 - MODULE_DESCRIPTION("Pinctrl driver for the SG2002 series SoC"); 717 + MODULE_DESCRIPTION("Pinctrl driver for the SG2044 series SoC"); 718 718 MODULE_LICENSE("GPL");