[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190503155302.GF22550@piout.net>
Date: Fri, 3 May 2019 17:53:02 +0200
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: Anders Roxell <anders.roxell@...aro.org>
Cc: a.zummo@...ertech.it, shawnguo@...nel.org, s.hauer@...gutronix.de,
linux-rtc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rtc: imxdi: remove unused variable
On 03/05/2019 17:42:17+0200, Anders Roxell wrote:
> This variable is no longer used and the compiler rightly complains that
> it should be removed.
>
> ../drivers/rtc/rtc-imxdi.c: In function ‘dryice_rtc_set_alarm’:
> ../drivers/rtc/rtc-imxdi.c:633:16: warning: unused variable ‘now’ [-Wunused-variable]
> unsigned long now;
> ^~~
>
> Rework to remove the unused variable.
>
> Fixes: 629d488a3eb6 ("rtc: imxdi: remove unnecessary check")
> Signed-off-by: Anders Roxell <anders.roxell@...aro.org>
> ---
> drivers/rtc/rtc-imxdi.c | 1 -
> 1 file changed, 1 deletion(-)
>
Applied, thanks.
--
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Powered by blists - more mailing lists