Re: [PATCH v6 3/7] i2c: xiic: switch to devres managed APIs
From: Andy Shevchenko <hidden>
Date: 2026-01-27 21:25:01
Also in:
linux-devicetree, linux-i2c, lkml
From: Andy Shevchenko <hidden>
Date: 2026-01-27 21:25:01
Also in:
linux-devicetree, linux-i2c, lkml
On Tue, Jan 27, 2026 at 09:03:57PM +0000, Abdurrahman Hussain via B4 Relay wrote:
Simplify the error code paths by switching to devres managed helper functions.
...
+ if (ret) + return dev_err_probe(&pdev->dev, ret, "Cannot xiic_reinit\n");
I told you to use slightly different parameter. Please, read reviews carefully. -- With Best Regards, Andy Shevchenko