Re: [PATCH v1 21/30] usb: host: ehci-tegra: Support OPP and SoC core voltage scaling

From: Dmitry Osipenko
Date: Thu Nov 05 2020 - 13:02:12 EST


05.11.2020 19:07, Alan Stern пишет:
>> + err = devm_tegra_ehci_init_opp_table(&pdev->dev);
>> + if (err)
>> + return dev_err_probe(&pdev->dev, err,
>> + "Failed to initialize OPP\n");
> Why log a second error message? Just return err.

Indeed, thanks.