mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
pinctrl: sophgo: pinctrl-sg2042: Fix wrong module description
Fix the SoC model in module description string, it should be
sg2042 instead of sg2002.
Fixes: 1e67465d3b ("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>
This commit is contained in:
parent
9826035a75
commit
ca1c2ddff0
|
|
@ -651,5 +651,5 @@ static struct platform_driver sg2042_pinctrl_driver = {
|
|||
};
|
||||
module_platform_driver(sg2042_pinctrl_driver);
|
||||
|
||||
MODULE_DESCRIPTION("Pinctrl driver for the SG2002 series SoC");
|
||||
MODULE_DESCRIPTION("Pinctrl driver for the SG2042 series SoC");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user