From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Wed, 14 Feb 2018 10:20:47 +0000 Subject: [PATCH 3/4] crypto: ux500: Adjust an error message in ux500_cryp_probe() Message-Id: <93bfba75-2372-c20d-731e-d11dcb40dc3e@users.sourceforge.net> List-Id: References: <20dcb583-5455-b5b9-94df-db9d1e21931f@users.sourceforge.net> In-Reply-To: <20dcb583-5455-b5b9-94df-db9d1e21931f@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-crypto@vger.kernel.org, "David S. Miller" , Geliang Tang , Herbert Xu Cc: LKML , kernel-janitors@vger.kernel.org From: Markus Elfring Date: Wed, 14 Feb 2018 10:47:31 +0100 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 --- drivers/crypto/ux500/cryp/cryp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.16.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Subject: [PATCH 3/4] crypto: ux500: Adjust an error message in ux500_cryp_probe() Date: Wed, 14 Feb 2018 11:20:47 +0100 Message-ID: <93bfba75-2372-c20d-731e-d11dcb40dc3e@users.sourceforge.net> References: <20dcb583-5455-b5b9-94df-db9d1e21931f@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: LKML , kernel-janitors@vger.kernel.org To: linux-crypto@vger.kernel.org, "David S. Miller" , Geliang Tang , Herbert Xu Return-path: In-Reply-To: <20dcb583-5455-b5b9-94df-db9d1e21931f@users.sourceforge.net> Content-Language: en-US Sender: kernel-janitors-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org From: Markus Elfring Date: Wed, 14 Feb 2018 10:47:31 +0100 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 --- drivers/crypto/ux500/cryp/cryp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.16.1