Re: [PATCH] crypto: caam - Fix error handling in caam_rng_init()
From: Herbert Xu <herbert@gondor.apana.org.au> Date: 2015-08-13 07:17:38
On Wed, Aug 12, 2015 at 11:48:42AM -0300, Fabio Estevam wrote:
From: Fabio Estevam <redacted>
In the error paths we should free the resources that were
previously acquired, so fix it accordingly.
Signed-off-by: Fabio Estevam <redacted>