Re: [PATCH 02/16] crypto: omap-sham: don't treat NULL clk as an error

2011-01-28 Thread Herbert Xu
On Wed, Jan 12, 2011 at 02:32:50PM +, Dmitry Kasatkin wrote: > > >> Cc: Dmitry Kasatkin > >> Cc: linux-crypto@vger.kernel.org > >> Signed-off-by: Jamie Iles > > > > Reviewed-by: Aaro Koskinen > > > Reviewed-by: Dmitry Kasatkin Both pathces applied. Thanks! -- Email: Herbert Xu Home Page

Re: [PATCH 02/16] crypto: omap-sham: don't treat NULL clk as an error

2011-01-12 Thread Dmitry Kasatkin
Thanks. On 11/01/11 17:56, Aaro Koskinen wrote: > Hi, > > On Tue, 11 Jan 2011, Jamie Iles wrote: > >> 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 poin

Re: [PATCH 02/16] crypto: omap-sham: don't treat NULL clk as an error

2011-01-11 Thread Aaro Koskinen
Hi, On Tue, 11 Jan 2011, Jamie Iles wrote: 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: Dmitry Kasatkin Cc: linux-crypto@vger.kernel.org Sig

[PATCH 02/16] crypto: omap-sham: don't treat NULL clk as an error

2011-01-11 Thread 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: Dmitry Kasatkin Cc: linux-crypto@vger.kernel.org Signed-off-by: Jamie Iles --- drivers/crypto/oma