mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
vgacon: fix sparse warning about shadowing 'i' symbol
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
162b3a0849
commit
cbfb3e09c5
@ -1153,8 +1153,6 @@ static int vgacon_do_font_op(struct vgastate *state,char *arg,int set,int ch512)
|
||||
|
||||
/* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user