Re: [PATCH] crypt: ablkcipher: remove redundant NULL check

2011-01-28 Thread Herbert Xu
On Tue, Jan 25, 2011 at 12:39:50PM -0800, David Miller wrote: > From: Davidlohr Bueso > Date: Tue, 25 Jan 2011 13:27:45 -0300 > > > From: Davidlohr Bueso > > > > Signed-off-by: Davidlohr Bueso > > Acked-by: David S. Miller Patch applied. Thanks a lot! -- Email: Herbert Xu Home Page: http

Re: [PATCH] crypt: ablkcipher: remove redundant NULL check

2011-01-25 Thread David Miller
From: Davidlohr Bueso Date: Tue, 25 Jan 2011 13:27:45 -0300 > From: Davidlohr Bueso > > Signed-off-by: Davidlohr Bueso Acked-by: David S. Miller -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo inf

[PATCH] crypt: ablkcipher: remove redundant NULL check

2011-01-25 Thread Davidlohr Bueso
From: Davidlohr Bueso Signed-off-by: Davidlohr Bueso --- crypto/ablkcipher.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c index a854df2..fdc67d3 100644 --- a/crypto/ablkcipher.c +++ b/crypto/ablkcipher.c @@ -141,8 +141,7 @@