Re: [PATCH] i2c: npcm7xx: Use NULL instead of 0 for pointer
Andi Shyti <[email protected]>
| Newsgroups | org.ozlabs.lists.openbmc,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> merged to i2c/i2c-host. Thanks, Andi