diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-08 23:23:41 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-05-21 14:58:04 +0400 |
commit | ab6717886b6af7c1408602948653c63408c46f5e (patch) | |
tree | 441eff851b9503395d339fe7302ce59961620aca /drivers/media/radio/radio-aztech.c | |
parent | 96f83b3f270aff148a1fa55f9a464e1bbadeadd4 (diff) | |
download | linux-ab6717886b6af7c1408602948653c63408c46f5e.tar.xz |
[media] v4l2: SI476X MFD - Do not use binary constants
Gcc < 4.3 doesn't understand binary constanrs (0b*):
drivers/media/radio/radio-si476x.c:862:20: error: invalid suffix "b10000000" on integer constant
Hence use a hexadecimal constant (0x*) instead.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/radio-aztech.c')
0 files changed, 0 insertions, 0 deletions