Re: [PATCH] serial: 8250_omap: Drop pm_runtime_irq_safe()

From: Tony Lindgren
Date: Fri Sep 29 2023 - 03:27:07 EST


* 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