Re: [PATCH] geode: PTR_ERR return of wrong pointer in fallback_init_cip()

2010-01-06 Thread Sebastian Andrzej Siewior
* Herbert Xu | 2009-12-11 23:03:49 [+0800]: On Mon, Dec 07, 2009 at 03:14:33PM +0100, Roel Kluin wrote: Return the PTR_ERR of the correct pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com Patch applied. Thank you. Martin picked an earlier version of this patch [0] which is allready

Re: [PATCH] geode: PTR_ERR return of wrong pointer in fallback_init_cip()

2010-01-06 Thread Herbert Xu
On Wed, Jan 06, 2010 at 07:07:36PM +0100, Sebastian Andrzej Siewior wrote: Herbert, do you want me to rebase this patch on top of Linus' tree or do you have allready plans for this? [0] http://www.mail-archive.com/linux-crypto@vger.kernel.org/msg03919.html Plesae repost. Thanks! -- Visit

Re: [PATCH] geode: PTR_ERR return of wrong pointer in fallback_init_cip()

2009-12-11 Thread Herbert Xu
On Mon, Dec 07, 2009 at 03:14:33PM +0100, Roel Kluin wrote: Return the PTR_ERR of the correct pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com Patch applied. Thank you. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} herb...@gondor.apana.org.au Home Page:

Re: [PATCH] geode: PTR_ERR return of wrong pointer in fallback_init_cip()

2009-12-07 Thread Sebastian Andrzej Siewior
* Roel Kluin | 2009-12-07 14:28:23 [+0100]: Return the PTR_ERR of the correct pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- drivers/crypto/geode-aes.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/crypto/geode-aes.c b/drivers/crypto/geode-aes.c

Re: [PATCH] geode: PTR_ERR return of wrong pointer in fallback_init_cip()

2009-12-07 Thread Roel Kluin
Return the PTR_ERR of the correct pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- This is correct however you missed one spot a few lines above that one. Sergey Mironov sent a patch a while ago unfortunatelly a mangled one and he hasn't resent it yet. Could you please look at [0]