Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2af3a7c authored by Mayank Rana's avatar Mayank Rana Committed by Jack Pham
Browse files

dwc3-msm: Add missing enum related value with gsi_op_strings array



GSI_EP_OP_GET_XFER_IDX enum related value is missing with table
causing different gsi endpoint operation related information in debug
log instead of expected. Hence fix this issue by adding "GET_XFER_IDX"
value as correct index with gsi_op_strings array.

Change-Id: I30c2a6b643d747c68f5e524db8680580501aeaef
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 0949fa1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ static const struct usb_irq usb_irq_info[USB_MAX_IRQ] = {
static const char * const gsi_op_strings[] = {
	"EP_CONFIG", "START_XFER", "STORE_DBL_INFO",
	"ENABLE_GSI", "UPDATE_XFER", "RING_DB",
	"END_XFER", "GET_CH_INFO", "PREPARE_TRBS",
	"END_XFER", "GET_CH_INFO", "GET_XFER_IDX", "PREPARE_TRBS",
	"FREE_TRBS", "SET_CLR_BLOCK_DBL", "CHECK_FOR_SUSP",
	"EP_DISABLE" };