dm: usb: Do not reprobe usb hosts on "usb tree" command
authorHans de Goede <hdegoede@redhat.com>
Sat, 2 Apr 2016 22:04:39 +0000 (00:04 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 10 Apr 2016 15:18:43 +0000 (17:18 +0200)
commit192eab9357473e09218e0a4448b220d691d9d886
tree07094d5df3b66ca8e9902d807c77759f667b04b1
parentbf313230642ca6ce1e5cb67d49f6cc72a6d752ae
dm: usb: Do not reprobe usb hosts on "usb tree" command

Some usb hosts may have failed to probe on "usb start", i.e. an otg
host without an otg-host cable plugged in.

"usb tree" would cause the probe method of these hosts to get called
again, something which should only happen on "usb reset".

This commit fixes this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
cmd/usb.c