diff options
author | Mathias Nyman <mathias.nyman@linux.intel.com> | 2018-05-21 15:40:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-24 18:03:08 +0200 |
commit | eaefcf246b56ec888ccbbb6b39da688166d4d4fb (patch) | |
tree | c8ddf76600cf6a48a877ac699339d6d5a6bbafab /drivers/usb/host/pci-quirks.c | |
parent | xhci: change xhci_set_link_state() to work with port structures (diff) | |
download | linux-eaefcf246b56ec888ccbbb6b39da688166d4d4fb.tar.xz linux-eaefcf246b56ec888ccbbb6b39da688166d4d4fb.zip |
xhci: change xhci_test_and_clear_bit() to use new port structure
Don't use pointers to port array and port index as function parameters
in xhci_test_and_clear_bit(), just use a pointer to the right port
structure.
xhci_test_and_clear_bit() was the last port_array user in
xhci_get_port_status() and handle_port_status(), so remove the
port_array from them as well.
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/pci-quirks.c')
0 files changed, 0 insertions, 0 deletions