Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362821
b: refs/heads/master
c: fff60fa
h: refs/heads/master
i:
  362819: 218408c
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Apr 26, 2013
1 parent 741eb41 commit 46b8e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bd86055fc938493259a15dc00ee77435b4d2e83f
refs/heads/master: fff60fabc71c41bd1bd4beb4fdd735bb8e01096c
3 changes: 1 addition & 2 deletions trunk/drivers/s390/block/scm_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ static int __init scm_blk_init(void)
scm_major = ret;
ret = scm_alloc_rqs(nr_requests);
if (ret)
goto out_unreg;
goto out_free;

scm_debug = debug_register("scm_log", 16, 1, 16);
if (!scm_debug) {
Expand All @@ -486,7 +486,6 @@ static int __init scm_blk_init(void)
debug_unregister(scm_debug);
out_free:
scm_free_rqs();
out_unreg:
unregister_blkdev(scm_major, "scm");
out:
return ret;
Expand Down

0 comments on commit 46b8e2a

Please sign in to comment.