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-sg2042: Fix wrong module description

Fix the SoC model in module description string, it should be
sg2042 instead of sg2002.

Fixes: 1e67465d3b74 ("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>

authored by

Inochi Amaoto and committed by
Linus Walleij
ca1c2ddf 9826035a

+1 -1
+1 -1
drivers/pinctrl/sophgo/pinctrl-sg2042.c
··· 651 651 }; 652 652 module_platform_driver(sg2042_pinctrl_driver); 653 653 654 - MODULE_DESCRIPTION("Pinctrl driver for the SG2002 series SoC"); 654 + MODULE_DESCRIPTION("Pinctrl driver for the SG2042 series SoC"); 655 655 MODULE_LICENSE("GPL");