mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
[S390] tape: reversed order of labels
Fix the order of goto labels in tape_generic_online. Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
This commit is contained in:
parent
ad2a5d8e0b
commit
68d36bdbf6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user