Skip to content
Snippets Groups Projects
Commit 1d5827a1 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
parent 2e17c87e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment