mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 12:10:53 +07:00
Bluetooth: Clean up ath3k_load_firmware()
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
parent
cd69a03af1
commit
0733119c0b
@ -138,9 +138,6 @@ static int ath3k_load_firmware(struct usb_device *udev,
|
|||||||
count -= size;
|
count -= size;
|
||||||
}
|
}
|
||||||
|
|
||||||
kfree(send_buf);
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
error:
|
error:
|
||||||
kfree(send_buf);
|
kfree(send_buf);
|
||||||
return err;
|
return err;
|
||||||
|
Loading…
Reference in New Issue
Block a user