diff options
author | Arvind Yadav <[email protected]> | 2017-10-29 11:31:23 +0530 |
---|---|---|
committer | Lee Jones <[email protected]> | 2018-01-08 11:03:34 +0000 |
commit | f058aa3faba60cf61b573bd519366c809b6f2727 (patch) | |
tree | b920dfc766b2644e752f0dd148e393beb060ee73 | |
parent | 8848ff42062dde7e641b8373d856419efa8c5484 (diff) |
mfd: pcf50633: Fix spelling mistake: 'Falied' -> 'Failed'
Trivial fix to spelling mistakes in 'pcf50633_client_dev_register'.
Signed-off-by: Arvind Yadav <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | drivers/mfd/pcf50633-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 6155d123a84e..f952dff6765f 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c @@ -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; } |