1
0
Fork 0

regulator: mt6323: Fix module description

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Axel Lin 2016-07-19 22:02:28 +08:00 committed by Mark Brown
parent 2fdf829236
commit 15b1dc9823
1 changed files with 1 additions and 1 deletions

View File

@ -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");