> -----Original Message----- > From: Wei Yongjun <weiyongjun@xxxxxxxxxxxxxxx> > Sent: Wednesday, September 7, 2022 2:05 PM > To: Kumaravel Thiagarajan - I21417 > <Kumaravel.Thiagarajan@xxxxxxxxxxxxx>; Arnd Bergmann > <arnd@xxxxxxxx>; Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Wei Yongjun <weiyongjun1@xxxxxxxxxx>; linux-gpio@xxxxxxxxxxxxxxx; > kernel-janitors@xxxxxxxxxxxxxxx > Subject: [PATCH -next 2/5] misc: microchip: pci1xxxx: Fix missing > spin_lock_init() > > > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > The driver allocates the spinlock but not initialize it. > Use spin_lock_init() on it to initialize it correctly. Thanks for your patch ! This is required but I have missed this. > Add this tag -> Fixes: 7d3e4d807df2 ("misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver.")? > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- > drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c | 1 + > 1 file changed, 1 insertion(+) > Thank You. Regards, Kumaravel