On Sun, Aug 8, 2021 at 9:21 AM Wei Yongjun <weiyongjun1@xxxxxxxxxx> wrote: > > The driver allocates the spinlock but not initialize it. > Use spin_lock_init() on it to initialize it correctly. > > Fixes: aa730a9905b7 ("net: wwan: Add MHI MBIM network driver") > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Reviewed-by: Sergey Ryazanov <ryazanov.s.a@xxxxxxxxx>