diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-31 11:03:51 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-11-06 08:04:14 -0500 |
commit | 984e833c2bb6cba11e7cbc84c0dfb7b43792ff80 (patch) | |
tree | d79eaaedf61d481011cedd7ce62c7105209fe707 /drivers/usb/musb | |
parent | b100a2f34dc160502bf7d3006cd8294303bbfacb (diff) |
usb: fix typo in drivers/usb
Correct spelling typo in debug messages within drivers/usb.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r-- | drivers/usb/musb/musb_dsps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index 444346e1e10d..2cb8780d0dae 100644 --- a/drivers/usb/musb/musb_dsps.c +++ b/drivers/usb/musb/musb_dsps.c | |||
@@ -296,7 +296,7 @@ static irqreturn_t dsps_interrupt(int irq, void *hci) | |||
296 | * Also, DRVVBUS pulses for SRP (but not at 5V) ... | 296 | * Also, DRVVBUS pulses for SRP (but not at 5V) ... |
297 | */ | 297 | */ |
298 | if (usbintr & MUSB_INTR_BABBLE) | 298 | if (usbintr & MUSB_INTR_BABBLE) |
299 | pr_info("CAUTION: musb: Babble Interrupt Occured\n"); | 299 | pr_info("CAUTION: musb: Babble Interrupt Occurred\n"); |
300 | 300 | ||
301 | if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) { | 301 | if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) { |
302 | int drvvbus = dsps_readl(reg_base, wrp->status); | 302 | int drvvbus = dsps_readl(reg_base, wrp->status); |