diff options
| -rw-r--r-- | drivers/crypto/ux500/cryp/cryp_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/ux500/cryp/cryp_core.c b/drivers/crypto/ux500/cryp/cryp_core.c index 1c307e1b840c..715c0fe0fc85 100644 --- a/drivers/crypto/ux500/cryp/cryp_core.c +++ b/drivers/crypto/ux500/cryp/cryp_core.c | |||
| @@ -1486,6 +1486,7 @@ static int ux500_cryp_probe(struct platform_device *pdev) | |||
| 1486 | if (!res_irq) { | 1486 | if (!res_irq) { |
| 1487 | dev_err(dev, "[%s]: IORESOURCE_IRQ unavailable", | 1487 | dev_err(dev, "[%s]: IORESOURCE_IRQ unavailable", |
| 1488 | __func__); | 1488 | __func__); |
| 1489 | ret = -ENODEV; | ||
| 1489 | goto out_power; | 1490 | goto out_power; |
| 1490 | } | 1491 | } |
| 1491 | 1492 | ||
