mirror of https://gitee.com/openkylin/linux.git
regulator: mt6323: Fix module description
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2fdf829236
commit
15b1dc9823
|
@ -421,5 +421,5 @@ static struct platform_driver mt6323_regulator_driver = {
|
|||
module_platform_driver(mt6323_regulator_driver);
|
||||
|
||||
MODULE_AUTHOR("Chen Zhong <chen.zhong@mediatek.com>");
|
||||
MODULE_DESCRIPTION("Regulator Driver for MediaTek MT6397 PMIC");
|
||||
MODULE_DESCRIPTION("Regulator Driver for MediaTek MT6323 PMIC");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
Loading…
Reference in New Issue