From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 19 Sep 2017 06:52:58 +0200 Subject: [U-Boot] [PATCH v2] cmd: usb: add blk devices to ignore list in tree graph In-Reply-To: <1505790310-31106-1-git-send-email-suneelglinux@gmail.com> References: <1505790310-31106-1-git-send-email-suneelglinux@gmail.com> Message-ID: <55247b1c-1510-e7be-5321-18beb4afa401@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 19.09.2017 05:05, Suneel Garapati wrote: > add blk child devices to ignore list while displaying > usb tree graph, otherwise usb tree and info commands > may cause crash treating blk as usb device. > > Signed-off-by: Suneel Garapati This patch fixes the crash I've experienced with "usb tree" sometimes, so: Tested-by: Stefan Roese Thanks, Stefan