Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68d36bdb authored by Roel Kluin's avatar Roel Kluin Committed by Martin Schwidefsky
Browse files

[S390] tape: reversed order of labels



Fix the order of goto labels in tape_generic_online.

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
parent ad2a5d8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;