Skip to content

Commit

Permalink
Bluetooth: Clean up ath3k_load_firmware()
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Gustavo F. Padovan committed Apr 13, 2011
1 parent cd69a03 commit 0733119
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/bluetooth/ath3k.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0733119

Please sign in to comment.