diff options
-rw-r--r-- | drivers/usb/dwc3/dwc3-st.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/dwc3-st.c b/drivers/usb/dwc3/dwc3-st.c index b204617ea4e6..e77bacb8358a 100644 --- a/drivers/usb/dwc3/dwc3-st.c +++ b/drivers/usb/dwc3/dwc3-st.c | |||
@@ -227,7 +227,8 @@ static int st_dwc3_probe(struct platform_device *pdev) | |||
227 | dev_vdbg(&pdev->dev, "glue-logic addr 0x%p, syscfg-reg offset 0x%x\n", | 227 | dev_vdbg(&pdev->dev, "glue-logic addr 0x%p, syscfg-reg offset 0x%x\n", |
228 | dwc3_data->glue_base, dwc3_data->syscfg_reg_off); | 228 | dwc3_data->glue_base, dwc3_data->syscfg_reg_off); |
229 | 229 | ||
230 | dwc3_data->rstc_pwrdn = devm_reset_control_get(dev, "powerdown"); | 230 | dwc3_data->rstc_pwrdn = |
231 | devm_reset_control_get_exclusive(dev, "powerdown"); | ||
231 | if (IS_ERR(dwc3_data->rstc_pwrdn)) { | 232 | if (IS_ERR(dwc3_data->rstc_pwrdn)) { |
232 | dev_err(&pdev->dev, "could not get power controller\n"); | 233 | dev_err(&pdev->dev, "could not get power controller\n"); |
233 | ret = PTR_ERR(dwc3_data->rstc_pwrdn); | 234 | ret = PTR_ERR(dwc3_data->rstc_pwrdn); |