]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix dev_print when called from usb_stor_info (usb storage command)
authorNĂ­colas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
Thu, 4 Sep 2008 18:35:46 +0000 (15:35 -0300)
committerWolfgang Denk <wd@denx.de>
Tue, 9 Sep 2008 14:04:09 +0000 (16:04 +0200)
commit47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
tree4ad3859927cf68be3693d49ceff9f2ebce0299af
parenta4f243452cc8ce0c2c9b51a2520db4bde5f472de
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>
disk/part.c