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

2022-11-06 Thread Christophe Leroy
Le 06/11/2022 à 17:08, Christophe JAILLET a écrit : > Le 06/11/2022 à 16:18, wangkail...@jari.cn a écrit : >> Fix the following coccicheck warning: >> >> drivers/macintosh/macio-adb.c:103:13-14: WARNING comparing pointer to 0. >> >> Signed-off-by: KaiLong Wang We already have such patches await

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

2022-11-06 Thread Christophe JAILLET
Le 06/11/2022 à 16:18, wangkail...@jari.cn a écrit : Fix the following coccicheck warning: drivers/macintosh/macio-adb.c:103:13-14: WARNING comparing pointer to 0. Signed-off-by: KaiLong Wang --- drivers/macintosh/macio-adb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git