From: Geert Uytterhoeven Date: Tue, 16 Oct 2007 08:28:52 +0000 (-0700) Subject: fbdev: fb_create_modedb() non-static `int first = 1;' X-Git-Tag: v2.6.24-rc1~926 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a258d032d8dff1c5e28ce64c47ac4577c2c5a70;p=pandora-kernel.git fbdev: fb_create_modedb() non-static `int first = 1;' Looking at the code flow, `int first' in fb_create_modedb() should be static. [adaplas] Better for 'int first' to be moved outside the loop. [akpm@linux-foundation.org: kill stray semicolon] Signed-off-by: Geert Uytterhoeven Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed