usb: xhci: compact 'trb_in_td()' arguments
authorNiklas Neronin <niklas.neronin@linux.intel.com>
Mon, 29 Apr 2024 14:02:45 +0000 (17:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 May 2024 06:47:15 +0000 (08:47 +0200)
commit080e73c9411b9ebc4c22e8ee8a12a9f109b85819
tree320f5b845565f19ffa2427a7a5bfa4930d2b9ef3
parentb44c0ce372f2f5106fc70338aaecf92b931a65d6
usb: xhci: compact 'trb_in_td()' arguments

Pass pointer to the TD (struct xhci_td *) directly, instead of its
components separately.

Signed-off-by: Niklas Neronin <niklas.neronin@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20240429140245.3955523-19-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.h