mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
usb: musb-new: Fix typo in caution message
%s/Occured/Occurred/ Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
This commit is contained in:
parent
3065680235
commit
a93cff24b1
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ static irqreturn_t dsps_interrupt(int irq, void *hci)
|
|||
* Also, DRVVBUS pulses for SRP (but not at 5V) ...
|
||||
*/
|
||||
if ((usbintr & MUSB_INTR_BABBLE) && is_host_enabled(musb))
|
||||
pr_info("CAUTION: musb: Babble Interrupt Occured\n");
|
||||
pr_info("CAUTION: musb: Babble Interrupt Occurred\n");
|
||||
|
||||
if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) {
|
||||
int drvvbus = dsps_readl(reg_base, wrp->status);
|
||||
|
|
Loading…
Add table
Reference in a new issue