xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()
authorMathias Nyman <mathias.nyman@linux.intel.com>
Thu, 23 Jul 2020 14:45:13 +0000 (17:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jul 2020 15:05:27 +0000 (17:05 +0200)
commit1da49a26af6cce364f3608b36ccf6612d80eddbc
treed2cb2c0e40ed6604b13be5b63fb9d0af24ffdb83
parent7cd6312e09be4f271885be9e89d092058e536539
xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()

xhci_dbc_init_context() no longer needs the struct xhci_hcd pointer.
Pass the dbc pointer directly instead.

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-11-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-dbgcap.c