Re: [PATCH v1 1/1] pinctrl: cy8c95x0: Avoid returning positive values to user space
From: Andy Shevchenko
Date: Mon Mar 02 2026 - 04:51:56 EST
On Fri, Feb 27, 2026 at 05:43:35PM +0100, Andy Shevchenko wrote:
> When probe fails due to unclear interrupt status register, it returns
> a positive number instead of the proper error code. Fix this accordingly.
Note, for backporting this should be transformed to
- return ret;
+ return -EBUSY;
in the respective lines.
--
With Best Regards,
Andy Shevchenko