From: Emilio López Date: Fri, 4 Apr 2014 17:24:25 +0000 (-0300) Subject: watchdog: sunxi: Fix compilation with C=2 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~59^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ee34ab583a602e35817c020bcc5c437da4a1ee;p=pandora-kernel.git watchdog: sunxi: Fix compilation with C=2 When compiling sunxi_defconfig while using C=2, the following error causes the compilation to fail: drivers/watchdog/sunxi_wdt.c:60:15: error: constant 0b0001 is not a valid number Fix it by using hex notation instead of the non-standard binary one Signed-off-by: Emilio Lopez Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed