Re: [PATCH v1 3/8] gpiolib: Warn on drivers still using static gpiobase allocation
From: Andy Shevchenko
Date: Tue Aug 30 2022 - 16:15:40 EST
On Mon, Aug 29, 2022 at 7:18 PM Christophe Leroy
<christophe.leroy@xxxxxxxxxx> wrote:
>
> In the preparation of getting completely rid of static gpiobase
> allocation in the future, emit a warning in drivers still doing so.
...
> + dev_warn(&gdev->dev, "Static allocation of GPIO base is "
> + "deprecated, use dynamic allocation.");
First of all, do not split string literals. Second, you forgot '\n'.
--
With Best Regards,
Andy Shevchenko