crypto: crypto4xx - move up err_request_irq label
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 14 Apr 2012 20:48:41 +0000 (22:48 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Apr 2012 01:28:28 +0000 (11:28 +1000)
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>
drivers/crypto/amcc/crypto4xx_core.c

index 13f8e1a..802e851 100644 (file)
@@ -1244,9 +1244,9 @@ err_start_dev:
        iounmap(core_dev->dev->ce_base);
 err_iomap:
        free_irq(core_dev->irq, dev);
+err_request_irq:
        irq_dispose_mapping(core_dev->irq);
        tasklet_kill(&core_dev->tasklet);
-err_request_irq:
        crypto4xx_destroy_sdr(core_dev->dev);
 err_build_sdr:
        crypto4xx_destroy_gdr(core_dev->dev);