From: H Hartley Sweeten Date: Tue, 18 Oct 2011 15:01:51 +0000 (-0400) Subject: ext4: quiet sparse noise about plain integer as NULL pointer X-Git-Tag: v3.2-rc1~85^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee90d57e20bd4749dda3b14397392b18b89dc3ef;p=pandora-kernel.git ext4: quiet sparse noise about plain integer as NULL pointer The third parameter to ext4_free_blocks is a struct buffer_head *. This parameter should be NULL not 0. This quiets the sparse noise: warning: Using plain integer as NULL pointer Signed-off-by: H Hartley Sweeten Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed