aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-04-05 21:29:31 -0400
committerGustavo F. Padovan <padovan@profusion.mobi>2011-04-13 11:20:01 -0400
commit0733119c0bed37eda4bb832d049939a0dc53a233 (patch)
treebc2df8e1c38481e02825798e669af127ec6a0c7f /drivers/bluetooth
parentcd69a03af1106c486033df600c7945957ea5abeb (diff)
Bluetooth: Clean up ath3k_load_firmware()
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/ath3k.c3
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
144error: 141error:
145 kfree(send_buf); 142 kfree(send_buf);
146 return err; 143 return err;