Re: [PATCH] crypto: mv_cesa - Use resource_size

2010-05-13 Thread Herbert Xu
On Tue, May 11, 2010 at 08:57:44AM +0200, Tobias Klauser wrote: Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors. Signed-off-by: Tobias Klauser tklau...@distanz.ch Patch applied. Thanks! -- Visit

[PATCH] crypto: mv_cesa - Use resource_size

2010-05-11 Thread Tobias Klauser
Use the resource_size function instead of manually calculating the resource size. This reduces the chance of introducing off-by-one errors. Signed-off-by: Tobias Klauser tklau...@distanz.ch --- drivers/crypto/mv_cesa.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git