AW: [PATCH next] mtd: nand: realtek-ecc: Fix a IS_ERR() vs NULL bug in probe
From: markus.stockhausen
Date: Fri Oct 03 2025 - 10:29:12 EST
> Von: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Gesendet: Freitag, 3. Oktober 2025 11:30
>
> The dma_alloc_noncoherent() function doesn't return error pointers, it
> returns NULL on error. Fix the error checking to match.
Hi Dan,
thanks for the quick fix.
Markus