All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] regulator: fan53555: Fix slew_shift setting for tcs4525
@ 2021-05-17  1:03 Axel Lin
  2021-05-17  1:03 ` [PATCH 2/2] regulator: fan53555: Cleanup unused define and redundant assignment Axel Lin
  2021-05-19 16:10 ` [PATCH 1/2] regulator: fan53555: Fix slew_shift setting for tcs4525 Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2021-05-17  1:03 UTC (permalink / raw)
  To: Mark Brown; +Cc: Peter Geis, Joseph Chen, Liam Girdwood, linux-kernel, Axel Lin

Fix trivial copy-paste mistake.

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

diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c
index 2695be617373..d582ef3a3aeb 100644
--- a/drivers/regulator/fan53555.c
+++ b/drivers/regulator/fan53555.c
@@ -376,7 +376,7 @@ static int fan53526_voltages_setup_tcs(struct fan53555_device_info *di)
 	case TCS4525_CHIP_ID_12:
 		di->slew_reg = TCS4525_TIME;
 		di->slew_mask = TCS_SLEW_MASK;
-		di->slew_shift = TCS_SLEW_MASK;
+		di->slew_shift = TCS_SLEW_SHIFT;
 
 		/* Init voltage range and step */
 		di->vsel_min = 600000;
-- 
2.25.1


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

end of thread, other threads:[~2021-05-19 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17  1:03 [PATCH 1/2] regulator: fan53555: Fix slew_shift setting for tcs4525 Axel Lin
2021-05-17  1:03 ` [PATCH 2/2] regulator: fan53555: Cleanup unused define and redundant assignment Axel Lin
2021-05-19 16:10 ` [PATCH 1/2] regulator: fan53555: Fix slew_shift setting for tcs4525 Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.