Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: algboss - remove redundant setting of len to zero
The variable len is set to zero, never read and then later updated to p - name, so clearly the zero'ing of len is redundant and can be removed. Detected by clang scan-build: " warning: Value stored to 'len' is never read" Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information