usb: dwc3: trace: Remove unused fields in dwc3_log_trb
authorMayank Rana <mrana@codeaurora.org>
Thu, 27 May 2021 01:29:24 +0000 (18:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 07:30:01 +0000 (09:30 +0200)
commitab00a41e73dc06b5a140af8c796d1bf03f6ec4ca
treec3ca44689eecb55bd09d7e925752b44eaccbc5ea
parentacad3e9c7250c5fd20d9778a163f2adc95de38f5
usb: dwc3: trace: Remove unused fields in dwc3_log_trb

Commit 0bd0f6d201eb ("usb: dwc3: gadget: remove allocated/queued request
tracking") removed the allocated & queued fields from struct dwc3_ep
but neglected to also remove them from the dwc3_log_trb event class's
TP_STRUCT definition which are now unused. Remove them to save eight
bytes per trace event entry.

Signed-off-by: Mayank Rana <mrana@codeaurora.org>
Signed-off-by: Jack Pham <jackp@codeaurora.org>
Link: https://lore.kernel.org/r/20210527012924.3596-1-jackp@codeaurora.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/trace.h