Re: [PATCH 1/4] clk: rs9: Check for vendor/device ID

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/4/23 11:27, Alexander Stein wrote:

[...]

+		dev_err(&client->dev,

return dev_err_probe() might work better here ?

How? This error branch always returns -ENODEV, so no deferred probing will
occur at all.

It's not about deferred probing, just that you wouldn't have two lines of dev_err() + return -ENODEV, but just one return dev_err_probe() line.



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux