Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: n2 - remove null check before kfree
kfree on NULL pointer is a no-op and therefore checking it is redundant. Signed-off-by: Himanshu Jha <[email protected]> Acked-by: David S. Miller <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information