commit | 6a1ec89f2c56da9c2bd0afedb48268dde086d729 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Jul 27 13:23:35 2021 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 06 19:45:23 2021 +0800 |
tree | 9c8694f2d939e439d9f8309790730dfd2f2bcc0f | |
parent | fe28140b3393b0ba1eb95cc109f974a7e58b26fd [diff] |
crypto: omap-sham - initialize req only after omap_sham_hw_init() Let's only initialize dd->req after omap_sham_hw_init() in case of errors. Looks like leaving dd->req initialized on omap_sham_hw_init() errors is is not causing issues though as we return on errors. So this patch can be applied as clean-up. Cc: Lokesh Vutla <lokeshvutla@ti.com> Cc: Tero Kristo <kristo@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>