[PATCH 2/3] ARM: assabet: fix bogus warning in get_assabet_scr (again)

2012-10-09 Thread Arnd Bergmann
Russell fixed this bogus warning before in 2f3eca8b4f "Shut up gcc warning in assabet.c", but apparently gcc has become smarter (or dumber) since 2005, and the same warning came up again. This uses the uninitialized_var() macro to convince gcc that the variable is actually being initialized. 100

[PATCH 2/3] ARM: assabet: fix bogus warning in get_assabet_scr (again)

2012-10-09 Thread Arnd Bergmann
Russell fixed this bogus warning before in 2f3eca8b4f Shut up gcc warning in assabet.c, but apparently gcc has become smarter (or dumber) since 2005, and the same warning came up again. This uses the uninitialized_var() macro to convince gcc that the variable is actually being initialized. 100