diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-07-19 22:02:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-19 18:31:59 +0100 |
commit | 15b1dc982394cb74d9e1df00b49d1991e7c4f47d (patch) | |
tree | 1124454dcd6728fd4ccd361911da7f4789cfe740 /drivers/regulator | |
parent | 2fdf829236183e5be559a2b4d13c29926b79b2d4 (diff) |
regulator: mt6323: Fix module description
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/mt6323-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/mt6323-regulator.c b/drivers/regulator/mt6323-regulator.c index 927cc23b1c30..f7831f3d1744 100644 --- a/drivers/regulator/mt6323-regulator.c +++ b/drivers/regulator/mt6323-regulator.c @@ -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"); |