artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b80ab
)
Add newline for debug printf.
author
mglocker
<mglocker@openbsd.org>
Fri, 30 Jul 2021 18:56:01 +0000
(18:56 +0000)
committer
mglocker
<mglocker@openbsd.org>
Fri, 30 Jul 2021 18:56:01 +0000
(18:56 +0000)
sys/dev/usb/dwc2/dwc2.c
patch
|
blob
|
history
diff --git
a/sys/dev/usb/dwc2/dwc2.c
b/sys/dev/usb/dwc2/dwc2.c
index
3e97a28
..
7321f38
100644
(file)
--- a/
sys/dev/usb/dwc2/dwc2.c
+++ b/
sys/dev/usb/dwc2/dwc2.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dwc2.c,v 1.5
7 2021/07/30 12:33:27
mglocker Exp $ */
+/* $OpenBSD: dwc2.c,v 1.5
8 2021/07/30 18:56:01
mglocker Exp $ */
/* $NetBSD: dwc2.c,v 1.32 2014/09/02 23:26:20 macallan Exp $ */
/*-
@@
-472,7
+472,7
@@
dwc2_abort_xfer(struct usbd_xfer *xfer, usbd_status status)
splsoftassert(IPL_SOFTUSB);
- DPRINTF("xfer %p pipe %p status 0x%08x", xfer, xfer->pipe,
+ DPRINTF("xfer %p pipe %p status 0x%08x
\n
", xfer, xfer->pipe,
xfer->status);
/* XXX The stack should not call abort() in this case. */