diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-02 08:57:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-03 15:39:31 -0500 |
commit | 5ae477b05fb5edd059f709ff0a7a2f40fb2827d1 (patch) | |
tree | 7660d67db5a06409807c88214932ad4b99e8d914 /drivers/usb/musb/musb_cppi41.c | |
parent | 45868b3a98605172ebe6367f602dca347e1d2904 (diff) |
USB: musb: correct spelling mistakes in comment and error string
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/musb_cppi41.c')
-rw-r--r-- | drivers/usb/musb/musb_cppi41.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_cppi41.c b/drivers/usb/musb/musb_cppi41.c index a12bd30401e0..f88929609bac 100644 --- a/drivers/usb/musb/musb_cppi41.c +++ b/drivers/usb/musb/musb_cppi41.c | |||
@@ -615,7 +615,7 @@ static int cppi41_dma_controller_start(struct cppi41_dma_controller *controller) | |||
615 | 615 | ||
616 | dc = dma_request_slave_channel(dev, str); | 616 | dc = dma_request_slave_channel(dev, str); |
617 | if (!dc) { | 617 | if (!dc) { |
618 | dev_err(dev, "Falied to request %s.\n", str); | 618 | dev_err(dev, "Failed to request %s.\n", str); |
619 | ret = -EPROBE_DEFER; | 619 | ret = -EPROBE_DEFER; |
620 | goto err; | 620 | goto err; |
621 | } | 621 | } |