linux/drivers/staging/comedi
H Hartley Sweeten 55232eca66 staging: comedi: comedi_compat_ioctl should be NULL not 0
When CONFIG_COMPAT is not defined, comedi_compat_ioctl should be
NULL not 0 in order to set the file_operations compat_ioctl variable
correctly.

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>
2012-06-18 17:39:21 -07:00
..
drivers staging: comedi: pcmmio: quiet NULL pointer sparse noise 2012-06-18 17:39:21 -07:00
kcomedilib
Kconfig staging: comedi: fix Kconfig for COMEDI_PCMCIA_DRIVERS 2012-06-15 14:46:49 -07:00
Makefile
TODO
comedi.h staging: comedi: COMEDI_CB_EOA is also used to report end-of-output. 2012-04-18 16:37:06 -07:00
comedi_compat32.c
comedi_compat32.h staging: comedi: comedi_compat_ioctl should be NULL not 0 2012-06-18 17:39:21 -07:00
comedi_fops.c staging: comedi: refactor comedi_fops to remove most of the forward declarations 2012-06-11 16:57:22 -07:00
comedi_fops.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
comedidev.h staging: comedi: comedi_subdevice 'io_bits' should be an unsigned int 2012-06-18 17:17:47 -07:00
comedilib.h
drivers.c Merge branch 'staging-linus' into staging-next 2012-06-13 16:57:09 -07:00
internal.h staging: comedi: Add module parameters for default buffer size 2012-04-13 11:18:23 -07:00
proc.c
range.c