[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <19146462.9tlorCPL8k@wuerfel>
Date: Wed, 25 Nov 2015 21:28:43 +0100
From: Arnd Bergmann <arnd@...db.de>
To: linux-arm-kernel@...ts.infradead.org
Cc: kbuild test robot <lkp@...el.com>,
Geliang Tang <geliangtang@....com>,
Russell King <linux@....linux.org.uk>,
Kevin Hilman <khilman@...prootsystems.com>,
Sekhar Nori <nsekhar@...com>, linux-kernel@...r.kernel.org,
kbuild-all@...org
Subject: Re: [PATCH v2] ARM: davinci: fix a problematic usage of WARN()
On Thursday 26 November 2015 04:21:09 kbuild test robot wrote:
> 386 aemif = clk_get(&dm355evm_dm9000.dev, "aemif");
> > 387 if (!WARN(IS_ERR(aemif)), "unable to get AEMIF clock\n"))
> 388 clk_prepare_enable(aemif);
> 389
>
That is an extra ')' after aemif.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists