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

Dmitry Osipenko digetx at gmail.com
Thu Nov 5 18:02:02 UTC 2020


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.


More information about the dri-devel mailing list