]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drivers: char: misc: Replace printk with pr_err.
authorVarsha Rao <rvarsha016@gmail.com>
Fri, 7 Apr 2017 11:34:06 +0000 (17:04 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 15:53:06 +0000 (17:53 +0200)
Replace printk with pr_err to fix the checkpatch issue.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/misc.c

index 1312e29deb00c963028b54010103e8098fccc193..c9cd1ea6844a63bfff6426505d4c2ddb46faebe5 100644 (file)
@@ -294,7 +294,7 @@ static int __init misc_init(void)
        return 0;
 
 fail_printk:
-       printk("unable to get major %d for misc devices\n", MISC_MAJOR);
+       pr_err("unable to get major %d for misc devices\n", MISC_MAJOR);
        class_destroy(misc_class);
 fail_remove:
        if (ret)