diff options
author | Geert Uytterhoeven <[email protected]> | 2013-05-08 22:23:42 +0200 |
---|---|---|
committer | Samuel Ortiz <[email protected]> | 2013-05-16 19:09:16 +0200 |
commit | b0222afa5bab555c378d2ab82b32078c9e942b3a (patch) | |
tree | ca47973e25a219bd451b4a70e2a72c59c22a16cd /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
parent | c972c1280387e7015790d251160039ea2077e430 (diff) |
mfd: si476x: Do not use binary constants
Gcc < 4.3 doesn't understand binary constanrs (0b*):
drivers/mfd/si476x-cmd.c:153:22: error: invalid suffix "b11111" on integer constant
drivers/mfd/si476x-cmd.c:775:20: error: invalid suffix "b00001000" on integer constant
drivers/mfd/si476x-cmd.c:776:20: error: invalid suffix "b00000100" on integer constant
drivers/mfd/si476x-cmd.c:777:21: error: invalid suffix "b00000010" on integer constant
drivers/mfd/si476x-cmd.c:778:21: error: invalid suffix "b00000001" on integer constant
drivers/mfd/si476x-cmd.c:780:17: error: invalid suffix "b10000000" on integer constant
drivers/mfd/si476x-cmd.c:781:22: error: invalid suffix "b00100000" on integer constant
...
Hence use hexadecimal constants (0x*) instead.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Andrey Smirnov <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions