From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Mon, 18 Oct 2010 11:34:11 +0000 Subject: Re: [PATCH] sh: fix clk_get() error handling Message-Id: <20101018113410.GE5809@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Fri, Oct 15, 2010 at 04:37:24PM +0200, Guennadi Liakhovetski wrote: > clk_get() returns an ERR_PTR(errno) on error and not NULL. > > Signed-off-by: Guennadi Liakhovetski Applied, thanks.