From: H Hartley Sweeten Date: Tue, 19 Jun 2012 00:03:17 +0000 (-0700) Subject: staging: comedi: pcmmio: quiet NULL pointer sparse noise X-Git-Tag: v3.6-rc1~100^2~693 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76728a93a70f23c6376c728e337fb26473737e7f;p=pandora-kernel.git staging: comedi: pcmmio: quiet NULL pointer sparse noise The comedi_async 'inttrig' member is a pointer to a callback function. NULL should be used to clear it not 0. This quiets a number of sparse warnings 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