Hi all, After merging the char-misc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/nvmem/lpc18xx_eeprom.c: In function 'lpc18xx_eeprom_remove': drivers/nvmem/lpc18xx_eeprom.c:258:6: warning: unused variable 'ret' [-Wunused-variable] int ret; ^~~ Introduced by commit 226014d13fa5 ("nvmem: lpc18xx_eeprom: use devm_nvmem_register()") -- Cheers, Stephen Rothwell