From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from yotta.elopez.com.ar ([31.220.24.173]:51958 "EHLO yotta.elopez.com.ar" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933905AbaEKTrJ (ORCPT ); Sun, 11 May 2014 15:47:09 -0400 Message-ID: <536FD3B3.3030100@elopez.com.ar> Date: Sun, 11 May 2014 16:46:59 -0300 From: =?UTF-8?B?RW1pbGlvIEzDs3Bleg==?= MIME-Version: 1.0 To: Guenter Roeck , Maxime Ripard , wim@iguana.be, carlo.caione@gmail.com CC: linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] watchdog: sunxi: Fix compilation with C=2 References: <1396632265-16124-1-git-send-email-emilio@elopez.com.ar> <533EF39D.6090907@roeck-us.net> In-Reply-To: <533EF39D.6090907@roeck-us.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org El 04/04/14 15:02, Guenter Roeck escribi=C3=B3: > On 04/04/2014 10:24 AM, Emilio L=C3=B3pez wrote: >> When compiling sunxi_defconfig while using C=3D2, the following erro= r >> causes the compilation to fail: >> >> drivers/watchdog/sunxi_wdt.c:60:15: error: constant 0b0001 is n= ot >> a valid number >> >> Fix it by using hex notation instead of the non-standard binary one >> >> Signed-off-by: Emilio L=C3=B3pez > > Reviewed-by: Guenter Roeck > Wim, Maxime, any comments on this? Cheers, Emilio -- To unsubscribe from this list: send the line "unsubscribe linux-watchdo= g" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: emilio@elopez.com.ar (=?UTF-8?B?RW1pbGlvIEzDs3Bleg==?=) Date: Sun, 11 May 2014 16:46:59 -0300 Subject: [PATCH] watchdog: sunxi: Fix compilation with C=2 In-Reply-To: <533EF39D.6090907@roeck-us.net> References: <1396632265-16124-1-git-send-email-emilio@elopez.com.ar> <533EF39D.6090907@roeck-us.net> Message-ID: <536FD3B3.3030100@elopez.com.ar> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org El 04/04/14 15:02, Guenter Roeck escribi?: > On 04/04/2014 10:24 AM, Emilio L?pez wrote: >> 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 L?pez > > Reviewed-by: Guenter Roeck > Wim, Maxime, any comments on this? Cheers, Emilio