From: Jingoo Han Date: Fri, 9 Aug 2013 04:04:35 +0000 (+0900) Subject: block: rbd: use NULL instead of 0 X-Git-Tag: v3.12-rc1~90^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a158073c43b3aa26407b4c7987c909d21a12b5e5;p=pandora-kernel.git block: rbd: use NULL instead of 0 The local variables such as 'bio_list', and 'pages' are pointers; thus, use NULL instead of 0 to fix the following sparse warnings. drivers/block/rbd.c:2166:32: warning: Using plain integer as NULL pointer drivers/block/rbd.c:2168:31: warning: Using plain integer as NULL pointer Signed-off-by: Jingoo Han Reviewed-by: Sage Weil --- Reading git-diff-tree failed