projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3065680
)
usb: musb-new: Fix typo in caution message
author
Naoki Hayama
<naoki.hayama@lineo.co.jp>
Mon, 12 Oct 2020 09:35:42 +0000
(18:35 +0900)
committer
Marek Vasut
<marex@denx.de>
Mon, 19 Oct 2020 22:48:58 +0000
(
00:48
+0200)
%s/Occured/Occurred/
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
drivers/usb/musb-new/musb_dsps.c
patch
|
blob
|
history
diff --git
a/drivers/usb/musb-new/musb_dsps.c
b/drivers/usb/musb-new/musb_dsps.c
index 236bab3dc1eff4ec6ced0ffa04843d8cdd88f6ca..d55a920ae59c7e5e6c4df44ad4f551e3ebf3887d 100644
(file)
--- a/
drivers/usb/musb-new/musb_dsps.c
+++ b/
drivers/usb/musb-new/musb_dsps.c
@@
-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 Occur
r
ed\n");
if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) {
int drvvbus = dsps_readl(reg_base, wrp->status);