From: H Hartley Sweeten Date: Thu, 21 Jun 2012 02:24:19 +0000 (-0700) Subject: staging: comedi: s626: pointers should be cleared with NULL not 0 X-Git-Tag: v3.6-rc1~100^2~648 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0588ea3467e8773ddc98dfccb67b646ead2abd31;p=pandora-kernel.git staging: comedi: s626: pointers should be cleared with NULL not 0 pdma->LogicalBase is a void *, NULL should be used to clear it not 0. This quiets a sparse warning about: warning: Using plain integer as NULL pointer Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed