The patch titled
vgacon: fix sparse warning about shadowing 'i' symbol
has been added to the -mm tree. Its filename is
vgacon-fix-sparse-warning-about-shadowing-i-symbol.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: vgacon: fix sparse warning about shadowing 'i' symbol
From: Marcin Slusarz <[EMAIL PROTECTED]>
Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]>
Cc: "Antonino A. Daplas" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/video/console/vgacon.c | 2 --
1 file changed, 2 deletions(-)
diff -puN
drivers/video/console/vgacon.c~vgacon-fix-sparse-warning-about-shadowing-i-symbol
drivers/video/console/vgacon.c
---
a/drivers/video/console/vgacon.c~vgacon-fix-sparse-warning-about-shadowing-i-symbol
+++ a/drivers/video/console/vgacon.c
@@ -1153,8 +1153,6 @@ static int vgacon_do_font_op(struct vgas
/* if 512 char mode is already enabled don't re-enable it. */
if ((set) && (ch512 != vga_512_chars)) {
- int i;
-
/* attribute controller */
for (i = 0; i < MAX_NR_CONSOLES; i++) {
struct vc_data *c = vc_cons[i].d;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
vgacon-fix-sparse-warning-about-shadowing-i-symbol.patch
fbcon-fix-sparse-warning-about-shadowing-p-symbol.patch
fbcon-fix-sparse-warning-about-shadowing-rotate-symbol.patch
logo-move-declarations-of-logos-to-linux_logoh.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html