Re: [PATCH 1/2] mfd: lm3533: fix build warning

2015-10-13 Thread Lee Jones
On Wed, 07 Oct 2015, Sudip Mukherjee wrote: > We were getting build warning about unused variable 'ret'. > The commit c749db571dcf has removed the use of ret but missed removing > the variable which is unused now. > > Fixes: c749db571dcf ("mfd: lm3533: Simplify function return logic") > Signed-of

Re: [PATCH 1/2] mfd: lm3533: fix build warning

2015-10-07 Thread kbuild test robot
Hi Sudip, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] config: x86_64-randconfig-x002-201540 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/mf

[PATCH 1/2] mfd: lm3533: fix build warning

2015-10-07 Thread Sudip Mukherjee
We were getting build warning about unused variable 'ret'. The commit c749db571dcf has removed the use of ret but missed removing the variable which is unused now. Fixes: c749db571dcf ("mfd: lm3533: Simplify function return logic") Signed-off-by: Sudip Mukherjee --- drivers/mfd/lm3533-core.c | 1