Re: [PATCH 07/28] mtd: spinand: Use standard return values

From: Miquel Raynal

Date: Wed Nov 19 2025 - 12:20:29 EST


On 05/11/2025 at 17:06:44 +01, Tudor Ambarus <tudor.ambarus@xxxxxxxxxx> wrote:

> On 10/31/25 6:26 PM, Miquel Raynal wrote:
>> Replace -ENOTSUP
>
> do you care to fix all mtd? :)

Call myself lazy :) I preferred to fix the return codes before adding
another path, otherwise I'd have had to add yet another ENOTSUP value,
which felt wrong-er!

> Reviewed-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx>