On Fri, May 01, 2020 at 10:31:13PM -0700, Eric Biggers wrote: > From: Eric Biggers <[email protected]> > > Instead of manually allocating a 'struct shash_desc' on the stack and > calling crypto_shash_digest(), switch to using the new helper function > crypto_shash_tfm_digest() which does this for us. > > Cc: Krzysztof Kozlowski <[email protected]> > Cc: Vladimir Zapolskiy <[email protected]> > Cc: Kamil Konieczny <[email protected]> > Signed-off-by: Eric Biggers <[email protected]> > --- > drivers/crypto/s5p-sss.c | 39 ++++++--------------------------------- > 1 file changed, 6 insertions(+), 33 deletions(-)
Acked-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof
