OSDN Git Service

xhci: remove unused event parameter from completion handlers
authorMathias Nyman <mathias.nyman@linux.intel.com>
Fri, 29 Jan 2021 13:00:21 +0000 (15:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2021 13:16:50 +0000 (14:16 +0100)
commita181030703df185c20a8eed2313beb1b0b025e0d
treebbddfe840a7c847d3058b8da5c0f4b2032b2fee3
parentd70f4231b81eeb6dd78bd913ff42729b524eec51
xhci: remove unused event parameter from completion handlers

several command completion handlers are passed the event trb
as a paramtere even if it't not used.
Remove it.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20210129130044.206855-5-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c