Skip to content

Commit f418187

Browse files
committed
usb: dwc3: define saved_config
1 parent 5653ce4 commit f418187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/dwc3/gadget.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,7 @@ static int dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on, int suspend)
22822282
{
22832283
u32 reg, reg1;
22842284
u32 timeout = 1500;
2285+
u32 saved_config = 0;
22852286
#ifdef OPLUS_FEATURE_CHG_BASIC
22862287
ktime_t start, diff;
22872288
#endif

0 commit comments

Comments
 (0)