]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: usb_setup_device: Drop unneeded portnr function argument
authorHans de Goede <hdegoede@redhat.com>
Wed, 17 Jun 2015 19:33:46 +0000 (21:33 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:35 +0000 (17:39 -0600)
commit9eb72dd1f4a7d4b6996a2b2ebf8d9a72ef78a998
tree67d10c39c8d30895ae4c1a75089b277f7a3364e6
parent6bfe80e754d7e2841316429f091ed3b68f6cf5a2
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>
common/usb.c
drivers/usb/host/usb-uclass.c
include/usb.h