Skip to content
Commit 95e26b03 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu
Browse files

crypto: sl3516 - remove redundant initializations of pointers in_sg and out_sg



Pointers in_sg and out_sg are being initialized with values that are
never read, they are being re-assigned the same values later on. The
initializations are redundant, remove them in preference to the later
assignments that are closer to when the pointers are being used.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent c717993d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment