Re: [PATCH] video/console: Resolve several shadow warnings

2014-10-21 Thread Tomi Valkeinen
On 14/10/14 14:53, Jeff Kirsher wrote: > From: Mark Rustad > > Resolve shadow warnings that appear in W=2 builds by renaming > the "state" global to "vgastate". > > Signed-off-by: Mark Rustad > Signed-off-by: Jeff Kirsher > --- > drivers/video/console/vgacon.c | 24 >

[PATCH] video/console: Resolve several shadow warnings

2014-10-14 Thread Jeff Kirsher
From: Mark Rustad Resolve shadow warnings that appear in W=2 builds by renaming the "state" global to "vgastate". Signed-off-by: Mark Rustad Signed-off-by: Jeff Kirsher --- drivers/video/console/vgacon.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --