mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
staging: gdm72xx: unlock on error in init_usb()
We recently added locking here and there was an error path which is missing an unlock. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a171516c34
commit
e143ef8f29
@ -205,6 +205,7 @@ static int init_usb(struct usbwm_dev *udev)
|
||||
for (i = 0; i < MAX_NR_SDU_BUF; i++) {
|
||||
t = alloc_tx_struct(tx);
|
||||
if (t == NULL) {
|
||||
spin_unlock_irqrestore(&tx->lock, flags);
|
||||
ret = -ENOMEM;
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user