Commit 0733119c authored by Gustavo F. Padovan's avatar Gustavo F. Padovan

Bluetooth: Clean up ath3k_load_firmware()

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent cd69a03a
......@@ -138,9 +138,6 @@ static int ath3k_load_firmware(struct usb_device *udev,
count -= size;
}
kfree(send_buf);
return 0;
error:
kfree(send_buf);
return err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment