Re: [PATCH 1/1] crypto: picoxcell_crypto: Use of_match_ptr() macro

2013-03-21 Thread Herbert Xu
On Fri, Mar 15, 2013 at 09:54:05AM +, Jamie Iles wrote: > Thanks Sachin! > > On Thu, Mar 14, 2013 at 03:46:58PM +0530, Sachin Kamat wrote: > > This eliminates having an #ifdef returning NULL for the case > > when OF is disabled. > > > > Signed-off-by: Sachin Kamat > > Acked-by: Jamie Iles

Re: [PATCH 1/1] crypto: picoxcell_crypto: Use of_match_ptr() macro

2013-03-15 Thread Jamie Iles
Thanks Sachin! On Thu, Mar 14, 2013 at 03:46:58PM +0530, Sachin Kamat wrote: > This eliminates having an #ifdef returning NULL for the case > when OF is disabled. > > Signed-off-by: Sachin Kamat Acked-by: Jamie Iles -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in

[PATCH 1/1] crypto: picoxcell_crypto: Use of_match_ptr() macro

2013-03-14 Thread Sachin Kamat
This eliminates having an #ifdef returning NULL for the case when OF is disabled. Signed-off-by: Sachin Kamat --- drivers/crypto/picoxcell_crypto.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c i