From: Alexandr Terekhov Date: Sat, 31 May 2014 15:20:39 +0000 (+0300) Subject: staging: lustre: fix integer as NULL pointer warnings X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bcfab136078d02e8ad990bffcb76d150be83dd9;p=pandora-kernel.git staging: lustre: fix integer as NULL pointer warnings Fix several sparse warnings "Using plain integer as NULL pointer" Signed-off-by: Alexandr Terekhov drivers/staging/lustre/lustre/ldlm/ldlm_resource.c | 4 ++-- drivers/staging/lustre/lustre/obdclass/obd_mount.c | 4 ++-- drivers/staging/lustre/lustre/obdecho/lproc_echo.c | 4 ++-- drivers/staging/lustre/lustre/osc/osc_dev.c | 2 +- drivers/staging/lustre/lustre/ptlrpc/import.c | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed