]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
uvesafb: Correct/simplify warning message
authorBorislav Petkov <bp@suse.de>
Fri, 19 Apr 2013 14:05:25 +0000 (16:05 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Jun 2013 12:17:15 +0000 (15:17 +0300)
Streamline it a bit. No functional change.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Wang YanQing <udknight@gmail.com>
Cc: Michal Januszewski <spock@gentoo.org>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: linux-fbdev@vger.kernel.org
Acked-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/uvesafb.c

index e328a61b64ba976a8906353b686e5203498d8c8c..10138b60fd70688d7c96c0a8aa59483ff995aaa4 100644 (file)
@@ -819,8 +819,8 @@ static int uvesafb_vbe_init(struct fb_info *info)
        if (par->pmi_setpal || par->ypan) {
                if (__supported_pte_mask & _PAGE_NX) {
                        par->pmi_setpal = par->ypan = 0;
-                       printk(KERN_WARNING "uvesafb: NX protection is actively."
-                               "We have better not to use the PMI.\n");
+                       printk(KERN_WARNING "uvesafb: NX protection is active"
+                                           "better not use the PMI.\n");
                } else {
                        uvesafb_vbe_getpmi(task, par);
                }