crypto: omap-sham - initialize req only after omap_sham_hw_init()
authorTony Lindgren <tony@atomide.com>
Tue, 27 Jul 2021 10:23:35 +0000 (13:23 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Aug 2021 11:45:23 +0000 (19:45 +0800)
commit6a1ec89f2c56da9c2bd0afedb48268dde086d729
tree9c8694f2d939e439d9f8309790730dfd2f2bcc0f
parentfe28140b3393b0ba1eb95cc109f974a7e58b26fd
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>
drivers/crypto/omap-sham.c