serial: pic32_uart: Utilize uart_console_enabled()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sat, 6 Aug 2022 22:56:42 +0000 (01:56 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Aug 2022 11:27:55 +0000 (13:27 +0200)
commite68d545004bd2edda8d8b60145d5dc81b2d5959e
tree5f8f5f4152d4a75c67d8ce191c85f8a2db26e4a4
parent374e01fa1304e1eabd2cd16f750da3ecaeab069b
serial: pic32_uart: Utilize uart_console_enabled()

The serial core already provides a helper to check if the given port
is an enabled console. Utilize it instead of open coded variant.

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220806225643.40897-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pic32_uart.c