phy: qcom-qmp: Quiet -EPROBE_DEFER from qcom_qmp_phy_probe()
authorDouglas Anderson <dianders@chromium.org>
Mon, 14 May 2018 22:42:21 +0000 (15:42 -0700)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 10 Sep 2018 08:56:14 +0000 (14:26 +0530)
commit22fa10e52ab30cf33c200d9f73be22600427b739
tree54ef5bfa5d3bf7c4bea10863b749f5da67d26056
parentc8b427edc7378fa540a03d44ed61eb49cb7f64bc
phy: qcom-qmp: Quiet -EPROBE_DEFER from qcom_qmp_phy_probe()

The -EPROBE_DEFER virus demands special case code to avoid printing
error messages when the error is only -EPROBE_DEFER.  Spread the virus
to a new host: qcom_qmp_phy_probe().  Specifically handle when our
regulators might not be ready yet.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/qualcomm/phy-qcom-qmp.c