mirror of https://gitee.com/openkylin/linux.git
crypto: caam - Unmap region obtained by of_iomap
Free memory mapping, if probe is not successful. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
74ff6cb3aa
commit
3387879524
|
@ -506,6 +506,7 @@ static int caam_jr_probe(struct platform_device *pdev)
|
||||||
error = caam_jr_init(jrdev); /* now turn on hardware */
|
error = caam_jr_init(jrdev); /* now turn on hardware */
|
||||||
if (error) {
|
if (error) {
|
||||||
irq_dispose_mapping(jrpriv->irq);
|
irq_dispose_mapping(jrpriv->irq);
|
||||||
|
iounmap(ctrl);
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue