commit | 9eb72dd1f4a7d4b6996a2b2ebf8d9a72ef78a998 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Jun 17 21:33:46 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:35 2015 -0600 |
tree | 67d10c39c8d30895ae4c1a75089b277f7a3364e6 | |
parent | 6bfe80e754d7e2841316429f091ed3b68f6cf5a2 [diff] |
usb: usb_setup_device: Drop unneeded portnr function argument Drop the unneeded portnr function argument, the portnr is part of the usb_device struct which is passed via the dev argument. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Simon Glass <sjg@chromium.org>