
13 Mar
2016
13 Mar
'16
2:53 a.m.
On 29 February 2016 at 15:25, Simon Glass sjg@chromium.org wrote:
The limit on storage devices is USB_MAX_STOR_DEV but we use one extra element while probing to see if a device is a storage device. Avoid this, since it causes memory corruption.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
common/usb_storage.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
Applied to u-boot-dm/next.