linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regulator: as3722: set the correct current limit
@ 2013-11-28 11:10 Vince Hsu
  2013-11-29 12:29 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Vince Hsu @ 2013-11-28 11:10 UTC (permalink / raw)
  To: lgirdwood, broonie, ldewangan; +Cc: linux-kernel, vinceh

Simple fix to set the correct current limit for SD0/1/6.

Signed-off-by: Vince Hsu <vinceh@nvidia.com>
---
 drivers/regulator/as3722-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/as3722-regulator.c b/drivers/regulator/as3722-regulator.c
index 5917fe3dc983..b9f1d24c6812 100644
--- a/drivers/regulator/as3722-regulator.c
+++ b/drivers/regulator/as3722-regulator.c
@@ -590,8 +590,8 @@ static int as3722_sd016_set_current_limit(struct regulator_dev *rdev,
 	default:
 		return -EINVAL;
 	}
+	ret <<= ffs(mask) - 1;
 	val = ret & mask;
-	val <<= ffs(mask) - 1;
 	return as3722_update_bits(as3722, reg, mask, val);
 }
 
-- 
1.8.1.5


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

* Re: [PATCH] regulator: as3722: set the correct current limit
  2013-11-28 11:10 [PATCH] regulator: as3722: set the correct current limit Vince Hsu
@ 2013-11-29 12:29 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-11-29 12:29 UTC (permalink / raw)
  To: Vince Hsu; +Cc: lgirdwood, ldewangan, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

On Thu, Nov 28, 2013 at 07:10:42PM +0800, Vince Hsu wrote:
> Simple fix to set the correct current limit for SD0/1/6.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-11-29 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-28 11:10 [PATCH] regulator: as3722: set the correct current limit Vince Hsu
2013-11-29 12:29 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).