From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from conssluserg-03.nifty.com ([210.131.2.82]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jaHlq-0003Ya-1D for barebox@lists.infradead.org; Sun, 17 May 2020 11:47:55 +0000 Received: from mail-ua1-f41.google.com (mail-ua1-f41.google.com [209.85.222.41]) (authenticated) by conssluserg-03.nifty.com with ESMTP id 04HBlL80017634 for ; Sun, 17 May 2020 20:47:21 +0900 Received: by mail-ua1-f41.google.com with SMTP id z12so357492uap.6 for ; Sun, 17 May 2020 04:47:21 -0700 (PDT) MIME-Version: 1.0 References: <20200515153947.31109-1-cleger@kalray.eu> In-Reply-To: <20200515153947.31109-1-cleger@kalray.eu> From: Masahiro Yamada Date: Sun, 17 May 2020 20:46:44 +0900 Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] clocksource: kvx: remove unused variable np. To: Clement Leger Cc: Barebox List On Sat, May 16, 2020 at 12:40 AM Clement Leger wrote: No period at the end of the patch subject, please. (Maybe, Sascha can fix it up, though) > Remove unused variable np from probe function. > > Signed-off-by: Clement Leger > --- > drivers/clocksource/kvx_timer.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/clocksource/kvx_timer.c b/drivers/clocksource/kvx_timer.c > index f16d77b9d..4125ddbee 100644 > --- a/drivers/clocksource/kvx_timer.c > +++ b/drivers/clocksource/kvx_timer.c > @@ -27,7 +27,6 @@ static int kvx_timer_probe(struct device_d *dev) > { > struct clk *clk; > uint32_t clk_freq; > - struct device_node *np = dev->device_node; > > /* Get clock frequency */ > clk = clk_get(dev, NULL); > -- > 2.17.1 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox -- Best Regards Masahiro Yamada _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox