On Tue, Sep 26, 2023 at 05:46:25PM +0200, Duje Mihanović wrote: > The PXA reset driver still uses the legacy GPIO interface for > configuring and asserting the reset pin. > > Convert it to use the GPIO descriptor interface. ... > +static struct gpio_desc *reset_gpio = NULL; Assignment is not needed, it's guaranteed to be NULL by the C standard. -- With Best Regards, Andy Shevchenko