1
0
Fork 0

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>
zero-colors
Markus Elfring 2018-02-14 10:47:31 +01:00 committed by Herbert Xu
parent 50ca524d7c
commit 9dea694135
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}