21 Jul
2023
21 Jul
'23
4:16 p.m.
On Thu, Jul 20, 2023 at 02:29:38PM +0300, Nikita Shubin via B4 Relay wrote:
From: Nikita Shubin nikita.shubin@maquefel.me
Drop legacy acquire/release since we are using pinctrl for this now.
...
drv_data = devm_kzalloc(&pdev->dev, sizeof(*drv_data), GFP_KERNEL);
- if (!drv_data) {
err = -ENOMEM;
goto err_rel_gpio;
- }
- if (!drv_data)
return -ENXIO;
Wrong error code. See above what you have deleted.
--
With Best Regards,
Andy Shevchenko