-
Jamie Iles authored
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. Signed-off-by:
Jamie Iles <jamie@jamieiles.com> Reviewed-and-tested-by:
Tobias Karnat <tobias.karnat@googlemail.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Jamie Iles authoredclk_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. Signed-off-by:
Jamie Iles <jamie@jamieiles.com> Reviewed-and-tested-by:
Tobias Karnat <tobias.karnat@googlemail.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>