Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216753
b: refs/heads/master
c: c77f7cf
h: refs/heads/master
i:
  216751: a5eda0e
v: v3
  • Loading branch information
Hendrik Brueckner authored and Martin Schwidefsky committed Oct 25, 2010
1 parent 0a1a325 commit 0200ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a20852d2b7ca3c6e7b232eecf09631b66dde2a46
refs/heads/master: c77f7cf74b9bc0e56c8698097228c1784e9f03c9
4 changes: 1 addition & 3 deletions trunk/drivers/char/hvc_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,13 +1303,11 @@ static int __init hvc_iucv_init(void)
if (rc) {
pr_err("Registering IUCV handlers failed with error code=%d\n",
rc);
goto out_error_iucv;
goto out_error_hvc;
}

return 0;

out_error_iucv:
iucv_unregister(&hvc_iucv_handler, 0);
out_error_hvc:
for (i = 0; i < hvc_iucv_devices; i++)
if (hvc_iucv_table[i])
Expand Down

0 comments on commit 0200ec1

Please sign in to comment.