Hi all, After merging the gpio tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/gpio/gpio-grgpio.c: In function 'grgpio_remove': drivers/gpio/gpio-grgpio.c:438:16: warning: unused variable 'flags' [-Wunused-variable] 438 | unsigned long flags; | ^~~~~ Introduced by commit 25d071b3f6db ("gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()") -- Cheers, Stephen Rothwell