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

Commit adfe39cd authored by Jiri Kosina's avatar Jiri Kosina
Browse files

Revert "char: Fix typo in viotape.c"



This reverts commit a7ccf377.

It changes deprecated code that is being removed in powerpc tree.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7fa87ce7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -976,7 +976,7 @@ int __init viotap_init(void)

	tape_class = class_create(THIS_MODULE, "tape");
	if (IS_ERR(tape_class)) {
		printk(VIOTAPE_KERN_WARN "Unable to allocate class\n");
		printk(VIOTAPE_KERN_WARN "Unable to allocat class\n");
		ret = PTR_ERR(tape_class);
		goto unreg_chrdev;
	}