The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] regulator: rtq6752: Fix the typo for reg define and author name
@ 2021-07-14  2:36 cy_huang
  2021-07-14  3:08 ` Axel Lin
  2021-07-14 15:55 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: cy_huang @ 2021-07-14  2:36 UTC (permalink / raw)
  To: broonie; +Cc: lgirdwood, cy_huang, axel.lin, linux-kernel

From: ChiYuan Huang <cy_huang@richtek.com>

Fix the typo for reg define and author name.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
---
 drivers/regulator/rtq6752-regulator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/rtq6752-regulator.c b/drivers/regulator/rtq6752-regulator.c
index fe31597..72a72aa 100644
--- a/drivers/regulator/rtq6752-regulator.c
+++ b/drivers/regulator/rtq6752-regulator.c
@@ -19,7 +19,7 @@ enum {
 #define RTQ6752_REG_PAVDD	0x00
 #define RTQ6752_REG_NAVDD	0x01
 #define RTQ6752_REG_PAVDDONDLY	0x07
-#define RTQ6752_REG_PAVDDSSTIME	0x07
+#define RTQ6752_REG_PAVDDSSTIME	0x08
 #define RTQ6752_REG_NAVDDONDLY	0x0D
 #define RTQ6752_REG_NAVDDSSTIME	0x0E
 #define RTQ6752_REG_OPTION1	0x12
@@ -280,6 +280,6 @@ static struct i2c_driver rtq6752_driver = {
 };
 module_i2c_driver(rtq6752_driver);
 
-MODULE_AUTHOR("ChiYuan Hwang <cy_huang@richtek.com>");
+MODULE_AUTHOR("ChiYuan Huang <cy_huang@richtek.com>");
 MODULE_DESCRIPTION("Richtek RTQ6752 Regulator Driver");
 MODULE_LICENSE("GPL v2");
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-14 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-14  2:36 [PATCH] regulator: rtq6752: Fix the typo for reg define and author name cy_huang
2021-07-14  3:08 ` Axel Lin
2021-07-14 15:55 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox