diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-04-19 15:34:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-19 15:34:48 -0400 |
commit | bb411b4db2767cfd4a99b3328da843ce4ea1596a (patch) | |
tree | 8b03d033476d9bb4abbff4f214a1b942081828e9 /drivers/bluetooth/ath3k.c | |
parent | 44c866a0a57b08b7090be24ccb33679ed1d4f476 (diff) | |
parent | 26954c7f26068b6ced108806fdd39aee5cd54e6f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6
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; |