Re: [PATCH] i2c: npcm7xx: Use NULL instead of 0 for pointer

From: Andi Shyti

Date: Thu Mar 19 2026 - 19:15:56 EST


Hi Krzysztof,

On Mon, Feb 16, 2026 at 09:58:26AM +0100, Krzysztof Kozlowski wrote:
> Pointers should use NULL instead of explicit '0', as pointed out by
> sparse:
>
> i2c-npcm7xx.c:1387:61: warning: Using plain integer as NULL pointer
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

merged to i2c/i2c-host.

Thanks,
Andi