Skip to content

Commit

Permalink
uvesafb: Correct/simplify warning message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Borislav Petkov authored and Tomi Valkeinen committed Jun 26, 2013
1 parent 9abc907 commit e0f3aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e0f3aab

Please sign in to comment.