Re: [U-Boot] [PATCH 1/1] usb: return 0 from usb_stor_get_info even if removable media

2017-04-14 Thread Marek Vasut
On 04/11/2017 03:23 AM, Troy Kisky wrote: > This fixes a regression caused by > > commit 07b2b78ce4bc8ae25e066c65245eaf58c0d9a67c > dm: usb: Convert USB storage to use driver-model for block devs > > which caused part_init to be called when it was not previously. > Without this patch, the

[U-Boot] [PATCH 1/1] usb: return 0 from usb_stor_get_info even if removable media

2017-04-10 Thread Troy Kisky
This fixes a regression caused by commit 07b2b78ce4bc8ae25e066c65245eaf58c0d9a67c dm: usb: Convert USB storage to use driver-model for block devs which caused part_init to be called when it was not previously. Without this patch, the following happens when a USB sd card reader is used. =>