* kbuild test robot <lkp@xxxxxxxxx> [200601 02:21]: > drivers/bus/ti-sysc.c: In function 'sysc_wait_softreset': > >> drivers/bus/ti-sysc.c:228:6: warning: variable 'sysc_offset' set but not used [-Wunused-but-set-variable] > 228 | int sysc_offset, syss_offset, error = 0; > | ^~~~~~~~~~~ Oh thanks, I'll just drop sysc_offset from the patch then. Sounds like I need to also update my cross compiler too to see these warnings. Regards, Tony