On 27/11/2024 11:22, Dmitry Torokhov wrote:
On November 27, 2024 2:19:38 AM PST, Sasha Finkelstein [off-list ref] wrote:
quoted
On Wed, 27 Nov 2024 at 10:00, Krzysztof Kozlowski [off-list ref] wrote:
quoted
quoted
+ dev_err(dev, "unable to get reset");
Syntax is: return dev_err_probe, almost everywhere here.
Per discussion on previous version of this series, input asks
dev_err_probe to not be used.
They twisted my arm. It's ok to use now.
I am fine if that's the preference for input, although this particular
case without dev_err_probe would be just wrong: possible dmesg flood on
deferral.
Best regards,
Krzysztof