summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500
diff options
context:
space:
mode:
authorMarkus Elfring2018-02-14 10:47:31 +0100
committerHerbert Xu2018-02-22 15:16:34 +0100
commit9dea69413503c7a963e7dd48e9cbfd8a54f3eddd (patch)
treecf0fe0ae25cfd02cb45b5f1a921d9172044f2f11 /drivers/crypto/ux500
parentcrypto: ux500 - Adjust two condition checks in ux500_cryp_probe() (diff)
downloadkernel-qcow2-linux-9dea69413503c7a963e7dd48e9cbfd8a54f3eddd.tar.gz
kernel-qcow2-linux-9dea69413503c7a963e7dd48e9cbfd8a54f3eddd.tar.xz
kernel-qcow2-linux-9dea69413503c7a963e7dd48e9cbfd8a54f3eddd.zip
crypto: ux500 - Adjust an error message in ux500_cryp_probe()
Replace the function name in this error message so that the same name is mentioned according to what was called before. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ux500')
-rw-r--r--drivers/crypto/ux500/cryp/cryp_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/cryp/cryp_core.c b/drivers/crypto/ux500/cryp/cryp_core.c
index 07cc92f88933..7c811d7eb274 100644
--- a/drivers/crypto/ux500/cryp/cryp_core.c
+++ b/drivers/crypto/ux500/cryp/cryp_core.c
@@ -1478,7 +1478,7 @@ static int ux500_cryp_probe(struct platform_device *pdev)
}
if (cryp_check(device_data)) {
- dev_err(dev, "[%s]: cryp_init() failed!", __func__);
+ dev_err(dev, "[%s]: cryp_check() failed!", __func__);
ret = -EINVAL;
goto out_power;
}