From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 12 Jan 2011 06:00:40 +0000 Subject: Re: [PATCH 06/16] nuc900fb: don't treat NULL clk as an error Message-Id: <20110112060040.GC2350@linux-sh.org> List-Id: References: <1294749833-32019-1-git-send-email-jamie@jamieiles.com> <1294749833-32019-7-git-send-email-jamie@jamieiles.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Jan 12, 2011 at 09:24:47AM +0800, Wan ZongShun wrote: > 2011/1/11 Jamie Iles : > > clk_get() returns a struct clk cookie to the driver and some platforms > > may return NULL if they only support a single clock. ??clk_get() has only > > failed if it returns a ERR_PTR() encoded pointer. > > > > Cc: Wan ZongShun > > Cc: linux-fbdev@vger.kernel.org > > Signed-off-by: Jamie Iles > > Thanks for your patch. > > Acked-by: Wan ZongShun > Applied, thanks.