Re: [PATCH 1/2] phy: qcom-qmp: Quiet -EPROBE_DEFER from qcom_qmp_phy_probe()

From: Doug Anderson
Date: Fri Aug 10 2018 - 16:15:03 EST


Kishon,

On Mon, May 14, 2018 at 3:42 PM, Douglas Anderson <dianders@xxxxxxxxxxxx> wrote:
> 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@xxxxxxxxxxxx>
> ---
>
> drivers/phy/qualcomm/phy-qcom-qmp.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)

I'm curious what you think of this patch and the next one. Is it
something you'd apply or are you not interested? Either way is fine
(it's just log spam) but I thought I'd check. Thanks! :)


-Doug