mfd: pcf50633: Fix spelling mistake: 'Falied' -> 'Failed'
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Sun, 29 Oct 2017 06:01:23 +0000 (11:31 +0530)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Jan 2018 11:03:34 +0000 (11:03 +0000)
Trivial fix to spelling mistakes in 'pcf50633_client_dev_register'.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/pcf50633-core.c

index 6155d12..f952dff 100644 (file)
@@ -149,7 +149,7 @@ pcf50633_client_dev_register(struct pcf50633 *pcf, const char *name,
 
        *pdev = platform_device_alloc(name, -1);
        if (!*pdev) {
-               dev_err(pcf->dev, "Falied to allocate %s\n", name);
+               dev_err(pcf->dev, "Failed to allocate %s\n", name);
                return;
        }