
7 Apr
2015
7 Apr
'15
8:42 p.m.
On 25 March 2015 at 12:22, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
common/usb_storage.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-)
Applied to u-boot-dm/next.