From: Markus Elfring Date: Wed, 14 Feb 2018 09:47:31 +0000 (+0100) Subject: crypto: ux500 - Adjust an error message in ux500_cryp_probe() X-Git-Tag: Ubuntu-5.10.0-12.13~8137^2~160 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9dea69413503c7a963e7dd48e9cbfd8a54f3eddd;p=mirror_ubuntu-hirsute-kernel.git 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 Signed-off-by: Herbert Xu --- 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; }