[POWERPC] PS3: Fix bug where the major version part is not compared
authorMasakazu Mokuno <mokuno@sm.sony.co.jp>
Wed, 29 Aug 2007 11:30:25 +0000 (20:30 +0900)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Aug 2007 10:49:41 +0000 (20:49 +1000)
commitfc43dca9e75b87d24a16d5be7b497e83837d9d31
tree0c46f32f4c4ad7c1446215dfb8e6eee5a2e46039
parent13a6976afdb10d54ac5ad344aa0c588bc0bd8b0a
[POWERPC] PS3: Fix bug where the major version part is not compared

Fix the bug that the major version part of the firmware version number
is ignored in the comparison done by ps3_compare_firmware_version
because the difference of two 64-bit quantities is returned as an int.

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/setup.c