projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce1e23
)
common/usb.c: fix incorrect escape sequence
author
Hebbar
<gururajakr@sanyo.co.in>
Tue, 20 May 2008 09:16:36 +0000
(
02:16
-0700)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 20 May 2008 09:28:09 +0000
(11:28 +0200)
Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
common/usb.c
patch
|
blob
|
history
diff --git
a/common/usb.c
b/common/usb.c
index
4df01ea
..
2fa5254
100644
(file)
--- a/
common/usb.c
+++ b/
common/usb.c
@@
-1088,7
+1088,7
@@
int usb_hub_configure(struct usb_device *dev)
/* silence compiler warning if USB_BUFSIZ is > 256 [= sizeof(char)] */
i = descriptor->bLength;
if (i > USB_BUFSIZ) {
- USB_HUB_PRINTF("usb_hub_configure: failed to get hub descriptor - too long: %d\
N
",
+ USB_HUB_PRINTF("usb_hub_configure: failed to get hub descriptor - too long: %d\
n
",
descriptor->bLength);
return -1;
}