From: Adrian Remonda Date: Fri, 14 Aug 2015 10:18:01 +0000 (+0200) Subject: Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" warnings X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ca58372c5e4922d7463450ffdb5cdc3d0dd596;p=pandora-kernel.git Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" warnings This patch fixes the warning generated by sparse: "Using plain integer as NULL pointer" by replacing the pointer test against 0 with a logical test. Signed-off-by: Adrian Remonda Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed