Re: [PATCH] crypto: amcc: crypto4xx_sa.c: Remove unused function

2015-01-05 Thread Herbert Xu
On Thu, Jan 01, 2015 at 04:13:47PM +0100, Rickard Strandqvist wrote: > Remove the function get_dynamic_sa_offset_iv_field() that is not used > anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Applied. --

[PATCH] crypto: amcc: crypto4xx_sa.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function get_dynamic_sa_offset_iv_field() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/crypto/amcc/crypto4xx_sa.c | 23 --- 1 file changed, 23 deletio