From: Geert Uytterhoeven Date: Wed, 8 May 2013 19:23:41 +0000 (-0300) Subject: [media] v4l2: SI476X MFD - Do not use binary constants X-Git-Tag: v3.10-rc7~29^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6717886b6af7c1408602948653c63408c46f5e;p=pandora-kernel.git [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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed