diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-03-29 12:33:43 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-03-29 12:33:43 +0200 |
| commit | 0020db3f0da61f3e2c8a459a87598e07594dc8ac (patch) | |
| tree | 2fe0852444f2412149130186bc740914f4ba794f /common/cmd_usb.c | |
| parent | 0d41ad7edcd23b6f23a1cf4e07b2d773493306fd (diff) | |
| parent | 2883cc2d48e99fd1873ef8af03fee7966611b735 (diff) | |
| download | olio-uboot-2014.01-0020db3f0da61f3e2c8a459a87598e07594dc8ac.tar.xz olio-uboot-2014.01-0020db3f0da61f3e2c8a459a87598e07594dc8ac.zip | |
Merge remote branch 'origin/master' into next
Diffstat (limited to 'common/cmd_usb.c')
| -rw-r--r-- | common/cmd_usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_usb.c b/common/cmd_usb.c index 9de515c32..6b5c58255 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -601,7 +601,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) ok++; if (devno) printf("\n"); - printf("print_part of %x\n", devno); + debug("print_part of %x\n", devno); print_part(stor_dev); } } @@ -610,7 +610,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) stor_dev = usb_stor_get_dev(devno); if (stor_dev->type != DEV_TYPE_UNKNOWN) { ok++; - printf("print_part of %x\n", devno); + debug("print_part of %x\n", devno); print_part(stor_dev); } } |