commit | 91aaf97471a047bec7c2ef6e59ed1c92359165a2 | [log] [tgz] |
---|---|---|
author | Mathias Nyman <mathias.nyman@linux.intel.com> | Thu Jul 23 17:45:19 2020 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 23 17:05:28 2020 +0200 |
tree | 83c4a81fc22a7be077cefb9cf36e046a516be5e3 | |
parent | b396fa39de9b47ce3368f65d7d069c7176f26371 [diff] |
xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints Pass dbc pointer instead of struct xhci_hcd pointer to the get_in_ep() and get_out_ep() helper functions. No functional changes This change helps decoupling xhci and DbC Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Link: https://lore.kernel.org/r/20200723144530.9992-17-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>