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.
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.