Commit bdd3f7fa77257a818746caf9fbe0ea0e7bb7dde4
Committed by
Herbert Xu
1 parent
d788fec855
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
crypto: crypto4xx - move up err_request_irq label
Move the err_request_irq error label up to reflect that tasklet_init and irq_of_parse_and_map have taken place. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/crypto/amcc/crypto4xx_core.c
... | ... | @@ -1244,9 +1244,9 @@ |
1244 | 1244 | iounmap(core_dev->dev->ce_base); |
1245 | 1245 | err_iomap: |
1246 | 1246 | free_irq(core_dev->irq, dev); |
1247 | +err_request_irq: | |
1247 | 1248 | irq_dispose_mapping(core_dev->irq); |
1248 | 1249 | tasklet_kill(&core_dev->tasklet); |
1249 | -err_request_irq: | |
1250 | 1250 | crypto4xx_destroy_sdr(core_dev->dev); |
1251 | 1251 | err_build_sdr: |
1252 | 1252 | crypto4xx_destroy_gdr(core_dev->dev); |