We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456244a commit f28ad90Copy full SHA for f28ad90
drivers/usb/dwc3/core.c
@@ -1377,10 +1377,10 @@ static void dwc3_get_properties(struct dwc3 *dwc)
1377
u8 lpm_nyet_threshold;
1378
u8 tx_de_emphasis;
1379
u8 hird_threshold;
1380
- u8 rx_thr_num_pkt_prd;
1381
- u8 rx_max_burst_prd;
1382
- u8 tx_thr_num_pkt_prd;
1383
- u8 tx_max_burst_prd;
+ u8 rx_thr_num_pkt_prd = 0;
+ u8 rx_max_burst_prd = 0;
+ u8 tx_thr_num_pkt_prd = 0;
+ u8 tx_max_burst_prd = 0;
1384
u8 tx_fifo_resize_max_num;
1385
const char *usb_psy_name;
1386
int ret;
0 commit comments