Re: [PATCH 1/1] regulator: as3722: Fix incorrect parameter initialization

2014-06-24 Thread Mark Brown
On Tue, Jun 24, 2014 at 01:54:43PM +0530, Sachin Kamat wrote: > 'name' field was re-initialized and getting overwritten in some > cases possibly due to a typo. Code inspection says the second time > it should be 'sname' instead of 'name'. Replace it. Applied, thanks. signature.asc Description: D

Re: [PATCH 1/1] regulator: as3722: Fix incorrect parameter initialization

2014-06-24 Thread Laxman Dewangan
On Tuesday 24 June 2014 01:54 PM, Sachin Kamat wrote: 'name' field was re-initialized and getting overwritten in some cases possibly due to a typo. Code inspection says the second time it should be 'sname' instead of 'name'. Replace it. Signed-off-by: Sachin Kamat Agree, thanks for finding

[PATCH 1/1] regulator: as3722: Fix incorrect parameter initialization

2014-06-24 Thread Sachin Kamat
'name' field was re-initialized and getting overwritten in some cases possibly due to a typo. Code inspection says the second time it should be 'sname' instead of 'name'. Replace it. Signed-off-by: Sachin Kamat --- Compile tested only. --- drivers/regulator/as3722-regulator.c |4 ++-- 1 file