* kernel test robot <lkp@xxxxxxxxx> [230928 18:13]: > drivers/tty/serial/8250/8250_omap.c: In function 'omap8250_irq': > >> drivers/tty/serial/8250/8250_omap.c:688:1: warning: label 'out_runtime_put' defined but not used [-Wunused-label] > 688 | out_runtime_put: > | ^~~~~~~~~~~~~~~ Looks like this happens if CONFIG_SERIAL_8250_DMA is not set, I'll take a look. Regards, Tony