Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131173
b: refs/heads/master
c: 78c8fb3
h: refs/heads/master
i:
  131171: b1de68c
v: v3
  • Loading branch information
Dave Young authored and Greg Kroah-Hartman committed Feb 9, 2009
1 parent 035260f commit 325b1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0d020aae0a154cffce680a7775c74788fa0bea92
refs/heads/master: 78c8fb3717cdff35ad118e17ac7495d0cf21a61f
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/aircable.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,9 @@ static int __init aircable_init(void)
goto failed_usb_register;
return 0;

failed_serial_register:
usb_serial_deregister(&aircable_device);
failed_usb_register:
usb_serial_deregister(&aircable_device);
failed_serial_register:
return retval;
}

Expand Down

0 comments on commit 325b1fc

Please sign in to comment.