Revert "usb: dwc3: fix gadget mode suspend interrupt handler issue"
This reverts portions of commit f191711553 which is commit 4e8ef34e36f2839ef8c8da521ab7035956436818 upstream.
It is already merged into the android13-5.15 branch, in an ABI-safe way,
so revert the portion of it that added a new field as it broke the ABI
and is not needed at all.
Bug: 161946584
Change-Id: I164b99d4a9329e71d0e200718ef710ad848bbdde
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -1096,7 +1096,6 @@ struct dwc3_scratchpad_array {
|
||||
* 3 - Reserved
|
||||
* @dis_metastability_quirk: set to disable metastability quirk.
|
||||
* @dis_split_quirk: set to disable split boundary.
|
||||
* @suspended: set to track suspend event due to U3/L2.
|
||||
* @imod_interval: set the interrupt moderation interval in 250ns
|
||||
* increments or 0 to disable.
|
||||
* @max_cfg_eps: current max number of IN eps used across all USB configs.
|
||||
@@ -1310,7 +1309,6 @@ struct dwc3 {
|
||||
|
||||
unsigned dis_split_quirk:1;
|
||||
unsigned async_callbacks:1;
|
||||
unsigned suspended:1;
|
||||
|
||||
u16 imod_interval;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user