commit | 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb | [log] [tgz] |
---|---|---|
author | NĂcolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br> | Thu Sep 04 15:35:46 2008 -0300 |
committer | Wolfgang Denk <wd@denx.de> | Tue Sep 09 16:04:09 2008 +0200 |
tree | 4ad3859927cf68be3693d49ceff9f2ebce0299af | |
parent | a4f243452cc8ce0c2c9b51a2520db4bde5f472de [diff] |
Fix dev_print when called from usb_stor_info (usb storage command) Fix output of the usb storage command. It was printing "Device 0: not available" because IF_TYPE_USB was not included into the switch statement. Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>