commit | 78330d6df84416305a36173f7a8f5c7f53394a22 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:12 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:22 2015 -0600 |
tree | a32180a581d8d5103ec390ab88d90c72d05de96e | |
parent | 6f41465821bf84be37f62768483a90fc84e71008 [diff] |
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>