Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1446233

[PATCH 1/2] regulator: mt6323: Fix module description

From Axel Lin <axel.lin@ingics.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] regulator: mt6323: Fix module description
Date 2016-07-19 10:30 +0200
Message-ID <rWyzE-1G2-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/mt6323-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/mt6323-regulator.c b/drivers/regulator/mt6323-regulator.c
index 927cc23..f7831f3 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");
-- 
2.7.4

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] regulator: mt6323: Fix module description Axel Lin <axel.lin@ingics.com> - 2016-07-19 10:30 +0200
  Re: [PATCH 1/2] regulator: mt6323: Fix module description Mark Brown <broonie@kernel.org> - 2016-07-19 12:10 +0200

csiph-web