Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dea6941 authored by Markus Elfring's avatar Markus Elfring Committed by Herbert Xu
Browse files

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: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 50ca524d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}