[PATCH] ASoc: si476x: Do not use binary constants

2013-06-14 Thread James Hogan
Gcc < 4.3 doesn't understand binary constants (0b*): sound/soc/codecs/si476x.c:172:8: error: invalid suffix "b110" on integer constant sound/soc/codecs/si476x.c:219:9: error: invalid suffix "b111" on integer constant sound/soc/codecs/si476x.c:219:56: error: invalid suffix "b111" on integer

[PATCH] ASoc: si476x: Do not use binary constants

2013-06-14 Thread James Hogan
Gcc 4.3 doesn't understand binary constants (0b*): sound/soc/codecs/si476x.c:172:8: error: invalid suffix b110 on integer constant sound/soc/codecs/si476x.c:219:9: error: invalid suffix b111 on integer constant sound/soc/codecs/si476x.c:219:56: error: invalid suffix b111 on integer