Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157468
b: refs/heads/master
c: 68d36bd
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Martin Schwidefsky committed Sep 11, 2009
1 parent d52bdf6 commit a23af49
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: ad2a5d8e0b518f997af126dd737127bdada90a6f
refs/heads/master: 68d36bdbf6377d36129b2c6bcbe9d24c5fb1739a
4 changes: 2 additions & 2 deletions trunk/drivers/s390/char/tape_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,11 @@ tape_generic_online(struct tape_device *device,

out_char:
tapechar_cleanup_device(device);
out_minor:
tape_remove_minor(device);
out_discipline:
device->discipline->cleanup_device(device);
device->discipline = NULL;
out_minor:
tape_remove_minor(device);
out:
module_put(discipline->owner);
return rc;
Expand Down

0 comments on commit a23af49

Please sign in to comment.