[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45ac5b66-e09a-e328-6ebf-3fbbe97b7873@gmail.com>
Date: Wed, 29 Jan 2020 22:04:01 +0300
From: Dmitry Osipenko <digetx@...il.com>
To: Jon Hunter <jonathanh@...dia.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.com>,
Thierry Reding <thierry.reding@...il.com>
Cc: linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-tegra@...r.kernel.org, Jeff Brasen <jbrasen@...dia.com>
Subject: Re: [PATCH V3] serial: 8250_tegra: Create Tegra specific 8250 driver
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.
Powered by blists - more mailing lists