
29 Jun
2015
29 Jun
'15
5:44 a.m.
Hi Hans.
On 17 June 2015 at 13:33, Hans de Goede hdegoede@redhat.com wrote:
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
common/usb.c | 10 +++++----- drivers/usb/host/usb-uclass.c | 2 +- include/usb.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-)
This was needed in the case where a fake usb_device was passed in. Has your previous refactoring changed that?
Regards, Simon