On Sun, Jan 19, 2020 at 09:50:09AM -0800, Florian Fainelli wrote: > > > On 1/18/2020 6:30 PM, Wei Yongjun wrote: > > The driver allocates the mutex but not initialize it. > > Use mutex_init() on it to initialize it correctly. > > > > This is detected by Coccinelle semantic patch. > > > > Fixes: 72af6f6f0d13 ("PCI: brcmstb: Add MSI support") > > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx> I have squashed it in in my pci/brcmstb branch, thanks. Lorenzo