Re: [PATCH] nvmem: lpc18xx_eeprom: remove an unused variable

2018-10-02 Thread Arnd Bergmann
On Tue, Oct 2, 2018 at 11:22 PM Bartosz Golaszewski wrote: > > wt., 2 paź 2018 o 23:10 Arnd Bergmann napisał(a): > Hi Arnd, > > I had already sent a fix for that with you in Cc: > https://lkml.org/lkml/2018/10/2/439 Ah, good. I had some vague memory of that, but couldn't find it in my mailbox w

Re: [PATCH] nvmem: lpc18xx_eeprom: remove an unused variable

2018-10-02 Thread Bartosz Golaszewski
wt., 2 paź 2018 o 23:10 Arnd Bergmann napisał(a): > > drivers/nvmem/lpc18xx_eeprom.c: In function 'lpc18xx_eeprom_remove': > drivers/nvmem/lpc18xx_eeprom.c:258:6: error: unused variable 'ret' > [-Werror=unused-variable] > > Fixes: 226014d13fa5 ("nvmem: lpc18xx_eeprom: use devm_nvmem_register()")