]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fixup screen_info struct initializations
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 21 Apr 2010 20:36:47 +0000 (22:36 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 Apr 2010 19:52:42 +0000 (20:52 +0100)
commita404b3e37d7b5fd01018f1daa7c3216b7091a685
tree9be5f52cef2740c33290efcd63b2c1832365d9ae
parent375e0926e0f23276ea1ae3dc6c9c32dfc2adb3e4
MIPS: Fixup screen_info struct initializations

|arch/mips/sibyte/swarm/setup.c:153:
| warning: large integer implicitly truncated to unsigned type

The field was changed in 52971899 aka ("x86, setup: Store the boot
cursor state").  This patch changes the values back they way they were
before this extra field got introduced.

While here, the other two boards are also converted to C99 initializer.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1137/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/jazz/setup.c
arch/mips/loongson/common/setup.c
arch/mips/sibyte/swarm/setup.c