mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Variable esign is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'esign' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Herbert Xu <[email protected]>