diff options
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 5577ed656e2f..695d4414bd4c 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c | |||
@@ -138,9 +138,6 @@ static int ath3k_load_firmware(struct usb_device *udev, | |||
138 | count -= size; | 138 | count -= size; |
139 | } | 139 | } |
140 | 140 | ||
141 | kfree(send_buf); | ||
142 | return 0; | ||
143 | |||
144 | error: | 141 | error: |
145 | kfree(send_buf); | 142 | kfree(send_buf); |
146 | return err; | 143 | return err; |