]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:56 +0000 (13:48 +0200)
commitf72b3abe3045c76f92ed413fd3462270a5816c2a
tree27dd9e4744142dcb440fa17a492805c724a2f4c0
parentbc122db54dbae43b8ba03779eef6e5c083c1c3b2
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