Re: [PATCH] macintosh: via-cuda: Fix warning comparing pointer to 0

2022-03-17 Thread Christophe Leroy
Hi, Le 17/03/2022 à 03:40, Haowen Bai a écrit : > Avoid pointer type value compared with 0 to make code clear. We already have this change waiting in the queue, see https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20220214010558.130201-1-yang@linux.alibaba.com/ Thanks Christophe >

[PATCH] macintosh: via-cuda: Fix warning comparing pointer to 0

2022-03-16 Thread Haowen Bai
Avoid pointer type value compared with 0 to make code clear. Signed-off-by: Haowen Bai --- drivers/macintosh/via-cuda.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/macintosh/via-cuda.c b/drivers/macintosh/via-cuda.c index cd267392..05a3cd9 100644 --- a/drive