[PATCH] clk: provide clk_is_match() dummy for non-common clk
From: Uwe Kleine-König <hidden>
Date: 2015-03-11 07:09:49
Also in:
alsa-devel, dri-devel, linux-pwm, linux-serial
From: Uwe Kleine-König <hidden>
Date: 2015-03-11 07:09:49
Also in:
alsa-devel, dri-devel, linux-pwm, linux-serial
Hello, On Sun, Mar 08, 2015 at 10:05:29PM +0100, Arnd Bergmann wrote:
+static inline bool clk_is_match(struct clk *p, struct clk *q)
+{
+ return p == q ? true : false;OK, this is only a move, but I wonder why Russell's comment that this is equivalent to the easier return p == q; wasn't addressed?! Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ |