summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/host.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2021-03-11 09:03:18 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-23 15:20:32 +0300
commit5e4010e36a58978e42b2ee13739ff9b50209c830 (patch)
tree1eedf0c63e2036d2f3b477c424db6697c9d2f0b9 /drivers/usb/dwc3/host.c
parent0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b (diff)
downloadlinux-5e4010e36a58978e42b2ee13739ff9b50209c830.tar.xz
usb: dwc3: qcom: skip interconnect init for ACPI probe
The ACPI probe starts failing since commit bea46b981515 ("usb: dwc3: qcom: Add interconnect support in dwc3 driver"), because there is no interconnect support for ACPI, and of_icc_get() call in dwc3_qcom_interconnect_init() will just return -EINVAL. Fix the problem by skipping interconnect init for ACPI probe, and then the NULL icc_path_ddr will simply just scheild all ICC calls. Fixes: bea46b981515 ("usb: dwc3: qcom: Add interconnect support in dwc3 driver") Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20210311060318.25418-1-shawn.guo@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3/host.c')
0 files changed, 0 insertions, 0 deletions