Message ID | 1366380325-2038-1-git-send-email-bp@alien8.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 19, 2013 at 04:05:25PM +0200, Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > 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 > --- > drivers/video/uvesafb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c > index d4284458377e..a309f9fabe8b 100644 > --- a/drivers/video/uvesafb.c > +++ b/drivers/video/uvesafb.c > @@ -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); > } > -- > 1.8.2.135.g7b592fa Acked-by: Wang YanQing <udknight@gmail.com> Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Apr 19, 2013 at 04:05:25PM +0200, Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > 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 > --- > drivers/video/uvesafb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c > index d4284458377e..a309f9fabe8b 100644 > --- a/drivers/video/uvesafb.c > +++ b/drivers/video/uvesafb.c > @@ -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); > } > -- > 1.8.2.135.g7b592fa Cc:tomi.valkeinen@ti.com -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 19/04/13 17:05, Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > 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 > --- > drivers/video/uvesafb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c > index d4284458377e..a309f9fabe8b 100644 > --- a/drivers/video/uvesafb.c > +++ b/drivers/video/uvesafb.c > @@ -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); > } > I've added this to my fbdev-3.11 branch. Tomi
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index d4284458377e..a309f9fabe8b 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c @@ -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); }