Re: [PATCH] crypto: convert to use be16_add_cpu()

2012-10-15 Thread Herbert Xu
On Fri, Sep 28, 2012 at 12:52:25PM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Convert cpu_to_be16(be16_to_cpu(E1) + E2) to use be16_add_cpu(). > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei Yongjun Patch applied. -- Em

[PATCH] crypto: convert to use be16_add_cpu()

2012-09-27 Thread Wei Yongjun
From: Wei Yongjun Convert cpu_to_be16(be16_to_cpu(E1) + E2) to use be16_add_cpu(). dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/crypto/talitos.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a