mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
firmware: Exynos ACPM: Fix spelling mistake "Faile" -> "Failed"
There is a spelling mistake in a dev_err_probe message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20250217091341.297401-1-colin.i.king@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
8e9faeb642
commit
8c47b744b4
@ -620,7 +620,7 @@ static int acpm_probe(struct platform_device *pdev)
|
||||
match_data = of_device_get_match_data(dev);
|
||||
if (!match_data)
|
||||
return dev_err_probe(dev, -EINVAL,
|
||||
"Faile to get match data.\n");
|
||||
"Failed to get match data.\n");
|
||||
|
||||
acpm->shmem = acpm->sram_base + match_data->initdata_base;
|
||||
acpm->dev = dev;
|
||||
|
Loading…
x
Reference in New Issue
Block a user