]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/nwfpe/fpmodule.c
ARM: convert printk(KERN_* to pr_*
[karo-tx-linux.git] / arch / arm / nwfpe / fpmodule.c
index 4e729f055a81473ca1422d1f2dd56f0f20cd22e1..b2a9182acf1414e676edcd46141f2dc35db2d71e 100644 (file)
@@ -86,12 +86,12 @@ extern void nwfpe_enter(void);
 static int __init fpe_init(void)
 {
        if (sizeof(FPA11) > sizeof(union fp_state)) {
-               printk(KERN_ERR "nwfpe: bad structure size\n");
+               pr_err("nwfpe: bad structure size\n");
                return -EINVAL;
        }
 
        if (sizeof(FPREG) != 12) {
-               printk(KERN_ERR "nwfpe: bad register size\n");
+               pr_err("nwfpe: bad register size\n");
                return -EINVAL;
        }
        if (fpe_type[0] && strcmp(fpe_type, "nwfpe"))