fore200e: fix missing unlock on error in bsq_audit()
Add the missing unlock before return from function bsq_audit()
in the error handling case.
Fixes: 1d9d8be917
("fore200e: check for dma mapping failures")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
65f2247d61
Коммит
d275444cc3
|
@ -1606,6 +1606,7 @@ fore200e_send(struct atm_vcc *vcc, struct sk_buff *skb)
|
|||
if (dma_mapping_error(fore200e->dev, tpd->tsd[0].buffer)) {
|
||||
if (tx_copy)
|
||||
kfree(data);
|
||||
spin_unlock_irqrestore(&fore200e->q_lock, flags);
|
||||
return -ENOMEM;
|
||||
}
|
||||
tpd->tsd[ 0 ].length = tx_len;
|
||||
|
|
Загрузка…
Ссылка в новой задаче