diff options
author | Mathias Nyman <[email protected]> | 2020-07-23 17:45:20 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-23 17:05:28 +0200 |
commit | f39f3afdf9b12cccc42c9db7a855821794bbd76c (patch) | |
tree | 7a9bf2c7284f54f7b14b39f2fda18483891d0bfa /drivers/fpga/fpga-bridge.c | |
parent | 91aaf97471a047bec7c2ef6e59ed1c92359165a2 (diff) |
xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
The dbc request completion callback doesn't need a xhci_hcd pointer.
The only user of the xhci_hcd pointer in dbgtty request callback was
the xhci_warn() function. Change it to dev_warn() instead.
While changing the callback function parameter to dbc in struct
xhci_requeset, move the struct xhci_request declaraion down a bit in the
header file to avoid compiler warinings
No functional changes
This change helps decoupling xhci and DbC
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions