usb: Remove unnecessary portnr lookup from usb_new_device
authorHans de Goede <hdegoede@redhat.com>
Sat, 20 Sep 2014 15:03:52 +0000 (17:03 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 4 Nov 2014 05:03:59 +0000 (06:03 +0100)
commitf7b9baf75596cca891e0a5da85a45c799131404e
tree14c32999e2fbed9114050568b492907fc742d7fd
parent46b7b2e8025770fb29f7810c2d7d15a6650b9643
usb: Remove unnecessary portnr lookup from usb_new_device

If the device has a parent, it is instantiated from usb_hub_port_connect_change
and the portnr is right there in dev->portnr, so there is no need for this
whole dance to look it up.

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