[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.1101242126570.3167@ask.diku.dk>
Date: Mon, 24 Jan 2011 21:28:17 +0100 (CET)
From: Julia Lawall <julia@...u.dk>
To: Ryan Mallon <ryan@...ewatersys.com>
Cc: Vasiliy Kulikov <segooon@...il.com>,
Russell King <linux@....linux.org.uk>,
kernel-janitors@...r.kernel.org,
Nicolas Ferre <nicolas.ferre@...el.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
Andrew Victor <linux@...im.org.za>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/4] arch/arm/mach-at91/clock.c: Add missing IS_ERR test
> Julia is correct. Some architectures can return NULL from clk_get, but I
> didn't check the at91 before posting :-/. If we can't return NULL from
> clk_get then we shouldn't bother checking for it. I do think we should
> drop the !IS_ERR(clk_get(dev, func)) check though.
It seems a bit subtle, because the clk manipulated by clk_get in the call
of clk_get(dev, func) is not necessarily the same as the one in
clock_associate. But perhaps this is the only possibility in practice?
julia
--
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