mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 07:01:39 +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) ...
|
* Also, DRVVBUS pulses for SRP (but not at 5V) ...
|
||||||
*/
|
*/
|
||||||
if ((usbintr & MUSB_INTR_BABBLE) && is_host_enabled(musb))
|
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)) {
|
if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) {
|
||||||
int drvvbus = dsps_readl(reg_base, wrp->status);
|
int drvvbus = dsps_readl(reg_base, wrp->status);
|
||||||
|
|
Loading…
Add table
Reference in a new issue