Commits
Keerthy committed aeb12ac96cc
crypto: sa2ul: Intialize variables and fix build warning drivers/crypto/sa2ul.c: In function ‘sa_init_sc’: drivers/crypto/sa2ul.c:622:21: warning: ‘auth_sc_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] int enc_sc_offset, auth_sc_offset; Fix the above build warning. Reported-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Keerthy <j-keerthy@ti.com>