staging: comedi: s626: pointers should be cleared with NULL not 0
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 21 Jun 2012 02:24:19 +0000 (19:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jun 2012 03:05:01 +0000 (20:05 -0700)
commit0588ea3467e8773ddc98dfccb67b646ead2abd31
tree6ab0da5477f45657c608b5dc38db7f6865bcf86d
parentcc4fce7f1f3e3aa9fb6b3b242ba268ba3c6272d0
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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s626.c