From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 3 Mar 2015 23:28:38 +0100 Subject: [U-Boot] [PATCH] usb_storage : scan all interfaces to find a storage device In-Reply-To: <1425417431-2681-1-git-send-email-franck.jullien@gmail.com> References: <1425417431-2681-1-git-send-email-franck.jullien@gmail.com> Message-ID: <201503032328.38999.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, March 03, 2015 at 10:17:11 PM, franck.jullien at gmail.com wrote: > From: Franck Jullien > > Mass storage is not necessary present on interface 0. This > patch allow usb_stor_scan to look in every available interface. > > Signed-off-by: Franck Jullien Hi! Do you happen to have such a device which isn't present on interface 0? Also, can you please rework the patch such that level of indentation would be reasonably low? Possibly by factoring some code into a separate function? I see that the code already has some really nasty indent and your patch even adds to that. Thank you! Best regards, Marek Vasut