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:
be40819
)
usbd: code clean for warning message at locked recovery block
author
Sanghee Kim
<sh0130.kim@samsung.com>
Tue, 11 May 2010 13:01:08 +0000
(22:01 +0900)
committer
Sanghee Kim
<sh0130.kim@samsung.com>
Tue, 11 May 2010 13:01:08 +0000
(22:01 +0900)
common/cmd_usbd.c
patch
|
blob
|
history
diff --git
a/common/cmd_usbd.c
b/common/cmd_usbd.c
index
44c57fd
..
ead999b
100644
(file)
--- a/
common/cmd_usbd.c
+++ b/
common/cmd_usbd.c
@@
-870,10
+870,10
@@
static int process_data(struct usbd_ops *usbd)
if (ret) {
printf("target is locked%s\n",
(ret == 1) ? "-tight" : "");
- printf("-> try at recovery mode
\
- to update 'system'.\n");
- printf(" how-to: reset
\
- while pressing volume up and down.\n");
+ printf("-> try at recovery mode
"
+
"
to update 'system'.\n");
+ printf(" how-to: reset
"
+
"
while pressing volume up and down.\n");
*((ulong *) usbd->tx_data) = STATUS_ERROR;
usbd->send_data(usbd->tx_data, usbd->tx_len);
return 0;