OSDN Git Service

wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 8 Aug 2021 06:33:44 +0000 (06:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Aug 2021 09:18:08 +0000 (10:18 +0100)
commit94c0a6fbd5cfc34d3ce5fea5867123402cdc8794
tree2533c8d71bbfd6bd27d72573b32a475ba625eb49
parent403fa18691b7370ad7508292769824ba298c184b
wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()

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@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/mhi_wwan_mbim.c