Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446233 > unrolled thread
| Started by | Axel Lin <axel.lin@ingics.com> |
|---|---|
| First post | 2016-07-19 10:30 +0200 |
| Last post | 2016-07-19 12:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Axel Lin <axel.lin@ingics.com> |
|---|---|
| Date | 2016-07-19 10:30 +0200 |
| Subject | [PATCH 1/2] regulator: mt6323: Fix module description |
| Message-ID | <rWyzE-1G2-3@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-07-19 12:10 +0200 |
| Message-ID | <rWA8q-2Hf-21@gated-at.bofh.it> |
| In reply to | #1446233 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, Jul 19, 2016 at 04:25:09PM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin <axel.lin@ingics.com> These don't seem to apply against current code, please check and resend.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web