Re: [PATCH V3] serial: 8250_tegra: Create Tegra specific 8250 driver

From: Dmitry Osipenko
Date: Wed Jan 29 2020 - 14:04:07 EST


29.01.2020 16:28, Jon Hunter ÐÐÑÐÑ:
...
> +#ifdef CONFIG_PM_SLEEP
> +static int tegra_uart_suspend(struct device *dev)
> +{

Nit: the ifdef'ing in the code could be avoided by using the
__maybe_unused attribute.