Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64313
b: refs/heads/master
c: 4c132e7
h: refs/heads/master
i:
  64311: 0966b47
v: v3
  • Loading branch information
Stanislaw Gruszka authored and Greg Kroah-Hartman committed Aug 22, 2007
1 parent 0f71e74 commit 4c1fa1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39d1f8c9fcb241c526efa5fff5869cad7beba98e
refs/heads/master: 4c132e77242c130aea81c8fc64d59f573a26bf8d
5 changes: 4 additions & 1 deletion trunk/drivers/usb/atm/ueagle-atm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1721,9 +1721,12 @@ static int uea_bind(struct usbatm_data *usbatm, struct usb_interface *intf,

ret = uea_boot(sc);
if (ret < 0)
goto error;
goto error_rm_grp;

return 0;

error_rm_grp:
sysfs_remove_group(&intf->dev.kobj, &attr_grp);
error:
kfree(sc);
return ret;
Expand Down

0 comments on commit 4c1fa1a

Please sign in to comment.