lkml.org 
[lkml]   [2023]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 38/42] ata: pata_ep93xx: remove legacy pinctrl use
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


\
 
 \ /
  Last update: 2023-07-21 16:17    [W:0.019 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site