From: Anton Vorontsov Date: Wed, 27 Jan 2010 14:09:38 +0000 (+0300) Subject: kfifo: Don't use integer as NULL pointer X-Git-Tag: v2.6.33~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a5e0f4c7038168e38d1db6af09d1ac715ee9888;p=pandora-kernel.git kfifo: Don't use integer as NULL pointer This patch fixes following sparse warnings: include/linux/kfifo.h:127:25: warning: Using plain integer as NULL pointer kernel/kfifo.c:83:21: warning: Using plain integer as NULL pointer Signed-off-by: Anton Vorontsov Acked-by: Stefani Seibold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed