Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184578
b: refs/heads/master
c: 10f7891
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Marcel Holtmann committed Feb 27, 2010
1 parent b04c2d2 commit 3442e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8978111e2d148f75bd5e329a14600feadc567381
refs/heads/master: 10f7891f998e84acfa31ac9c5a0fea052c39ecb8
2 changes: 2 additions & 0 deletions trunk/drivers/bluetooth/ath3k.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ static int ath3k_probe(struct usb_interface *intf,
usb_set_intfdata(intf, data);
if (ath3k_load_firmware(data, data->fw_data, data->fw_size)) {
usb_set_intfdata(intf, NULL);
kfree(data->fw_data);
kfree(data);
return -EIO;
}

Expand Down

0 comments on commit 3442e4d

Please sign in to comment.