> Subject: Re: [PATCH] pinctrl: imx8ulp: Initialize pin_reg > > On Fri, Jul 23, 2021 at 10:33 PM Fabio Estevam <festevam@xxxxxxxxx> > wrote: > > > The initialization of pin_reg is missing, causing the following build > > warning: > > > > drivers/pinctrl/freescale/pinctrl-imx8ulp.c:228:35: warning: 'pin_reg' > > is used uninitialized in this function [-Wuninitialized] > > > > Initialize pin_reg the same way as it is done on vf610 and imx7ulp to > > fix the problem. > > > > Fixes: 16b343e8e0ef ("pinctrl: imx8ulp: Add pinctrl driver support") > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> > > Wow how fast! > Patch applied. > Thanks for fixing Fabio, excellent work as always. > It's my fault. when I did a change in V2, one additional line was removed wrongly, sorry for inconvenience. BR Jacky Bai > Yours, > Linus Walleij