Re: [PATCH 8/9] KVM: Adjust seven checks for null pointers
From: Dan Carpenter
Date: Mon Jan 23 2017 - 04:32:21 EST
Hm... GCC complains about "if (array)" but not about
"if (array != NULL) ". I view this as a bug in GCC...
But you should still be seeing these compile warnings. This is
something like the 6th warning that kbuild has had to send you.
regards,
dan carpenter