]> git.karo-electronics.de Git - mv-sheeva.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)
commitb20947aaa0026efd7355ae4bf70b56a13a3f98b1
tree9be5f52cef2740c33290efcd63b2c1832365d9ae
parent9eed4124c0d56d39b06224765c65eaa35f580edf
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 d9b26352 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