Revert "char: Fix typo in viotape.c"
This reverts commit a7ccf37752
.
It changes deprecated code that is being removed in powerpc tree.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
7fa87ce726
commit
adfe39cd91
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue