Re: [PATCH] regulator: lp8788-buck: Remove buck[1|2]_vout_addr array

2013-01-16 Thread Mark Brown
On Thu, Jan 17, 2013 at 09:57:46AM +0800, Axel Lin wrote: > The vout address for buck[1|2] can be easily calculated, > thus remote these arrays. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More ma

RE: [PATCH] regulator: lp8788-buck: Remove buck[1|2]_vout_addr array

2013-01-16 Thread Kim, Milo
> The vout address for buck[1|2] can be easily calculated, > thus remote these arrays. > > Signed-off-by: Axel Lin Acked-by: Milo Kim

[PATCH] regulator: lp8788-buck: Remove buck[1|2]_vout_addr array

2013-01-16 Thread Axel Lin
The vout address for buck[1|2] can be easily calculated, thus remote these arrays. Signed-off-by: Axel Lin --- drivers/regulator/lp8788-buck.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/regulator/lp8788-buck.c b/drivers/regulator/lp8788-buck.c i