Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-12 Thread Marcin Ślusarz
On Tue, Dec 11, 2007 at 09:50:32PM -0500, Dave Jones wrote: > On Tue, Dec 11, 2007 at 04:57:00PM -0800, Andrew Morton wrote: > > > > --- a/drivers/video/console/fbcon.c > > > +++ b/drivers/video/console/fbcon.c > > > @@ -2795,7 +2795,7 @@ static int fbcon_scrolldelta(struct vc_data *vc, > int

Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-12 Thread David Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Tue, 11 Dec 2007 16:57:00 -0800 > On Sun, 9 Dec 2007 22:34:33 +0100 > Marcin __lusarz <[EMAIL PROTECTED]> wrote: > > > fbcon: fix sparse warning about shadowing 'p' symbol > > > > Please always quote error messages and warnings in the changelog

Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-12 Thread David Miller
From: Andrew Morton [EMAIL PROTECTED] Date: Tue, 11 Dec 2007 16:57:00 -0800 On Sun, 9 Dec 2007 22:34:33 +0100 Marcin __lusarz [EMAIL PROTECTED] wrote: fbcon: fix sparse warning about shadowing 'p' symbol Please always quote error messages and warnings in the changelog when fixing

Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-12 Thread Marcin Ślusarz
On Tue, Dec 11, 2007 at 09:50:32PM -0500, Dave Jones wrote: On Tue, Dec 11, 2007 at 04:57:00PM -0800, Andrew Morton wrote: --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -2795,7 +2795,7 @@ static int fbcon_scrolldelta(struct vc_data *vc, int lines)

Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-11 Thread Dave Jones
On Tue, Dec 11, 2007 at 04:57:00PM -0800, Andrew Morton wrote: > > --- a/drivers/video/console/fbcon.c > > +++ b/drivers/video/console/fbcon.c > > @@ -2795,7 +2795,7 @@ static int fbcon_scrolldelta(struct vc_data *vc, int > > lines) > > { > >struct fb_info *info =

Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-11 Thread Andrew Morton
On Sun, 9 Dec 2007 22:34:33 +0100 Marcin __lusarz <[EMAIL PROTECTED]> wrote: > fbcon: fix sparse warning about shadowing 'p' symbol > Please always quote error messages and warnings in the changelog when fixing them, thanks. > --- > drivers/video/console/fbcon.c | 10 +- > 1 files

Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-11 Thread Andrew Morton
On Sun, 9 Dec 2007 22:34:33 +0100 Marcin __lusarz [EMAIL PROTECTED] wrote: fbcon: fix sparse warning about shadowing 'p' symbol Please always quote error messages and warnings in the changelog when fixing them, thanks. --- drivers/video/console/fbcon.c | 10 +- 1 files changed,

Re: [PATCH] fbcon: fix sparse warning about shadowing 'p' symbol

2007-12-11 Thread Dave Jones
On Tue, Dec 11, 2007 at 04:57:00PM -0800, Andrew Morton wrote: --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -2795,7 +2795,7 @@ static int fbcon_scrolldelta(struct vc_data *vc, int lines) { struct fb_info *info =