Commits
Simon Glass committed 1d5827a12eb
dm: usb: Fix type problems in usb_stor_get_info() This function assumes that unsigned long is 32-bits wide, but it is not on 64-bit machines. Use the correct type, and add a few debug() lines also. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>