commit | 778dc1c5ac6c0afb40fa2f6f94e8b9448815fc30 | [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 | 3db6d8e998b38ae11a9739b1c1fe82bb9d5fa1b1 [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>