diff options
-rw-r--r-- | drivers/video/uvesafb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index e328a61b64ba..10138b60fd70 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c | |||
@@ -819,8 +819,8 @@ static int uvesafb_vbe_init(struct fb_info *info) | |||
819 | if (par->pmi_setpal || par->ypan) { | 819 | if (par->pmi_setpal || par->ypan) { |
820 | if (__supported_pte_mask & _PAGE_NX) { | 820 | if (__supported_pte_mask & _PAGE_NX) { |
821 | par->pmi_setpal = par->ypan = 0; | 821 | par->pmi_setpal = par->ypan = 0; |
822 | printk(KERN_WARNING "uvesafb: NX protection is actively." | 822 | printk(KERN_WARNING "uvesafb: NX protection is active, " |
823 | "We have better not to use the PMI.\n"); | 823 | "better not use the PMI.\n"); |
824 | } else { | 824 | } else { |
825 | uvesafb_vbe_getpmi(task, par); | 825 | uvesafb_vbe_getpmi(task, par); |
826 | } | 826 | } |