Re: [PATCH 5/5] spi: fix return value check in hspi_probe().
From: Dan Carpenter <hidden>
Date: 2012-12-19 16:39:48
Also in:
linux-spi, lkml
From: Dan Carpenter <hidden>
Date: 2012-12-19 16:39:48
Also in:
linux-spi, lkml
On Wed, Dec 19, 2012 at 03:11:54PM +0000, Grant Likely wrote:
On Tue, 11 Dec 2012 16:36:27 -0800 (PST), Kuninori Morimoto [off-list ref] wrote:quoted
Hiquoted
According to its documentation, clk_get() returns a "valid IS_ERR() condition containing errno", so we should call IS_ERR() rather than a NULL check. Signed-off-by: Cyril Roelandt <redacted>Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>Applied, thanks.
In another thread, we were just talking about who clk_get() can return a NULL if !CONFIG_HAVE_CLK. That might change to match the documentation later... Not sure. regards, dan carpenter