Loading drivers/usb/dwc3/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1198,7 +1198,7 @@ static int dwc3_probe(struct platform_device *pdev) dwc->regs_size = resource_size(res); /* default to highest possible threshold */ lpm_nyet_threshold = 0xff; lpm_nyet_threshold = 0xf; /* default to -3.5dB de-emphasis */ tx_de_emphasis = 1; Loading Loading
drivers/usb/dwc3/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1198,7 +1198,7 @@ static int dwc3_probe(struct platform_device *pdev) dwc->regs_size = resource_size(res); /* default to highest possible threshold */ lpm_nyet_threshold = 0xff; lpm_nyet_threshold = 0xf; /* default to -3.5dB de-emphasis */ tx_de_emphasis = 1; Loading