linux/drivers/staging/comedi
Ian Abbott b3f79f980a staging: comedi: usbdux: remove an unnecessary dev_info()
usbdux_attach_common() prints two messages via dev_info() that shows a
device has been attached.  The first of these messages includes an index
into a static array that the function determines by pointer subtraction,
assuming the pointer passed to the function points to an element of the
array.  Dan Carpenter pointed out that this was kind of ugly.  Since the
dev_info() that prints the array index doesn't add anything useful
(since no other messages print the array index and nothing else uses
it), let's just get rid of it.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-10 11:23:35 -07:00
..
drivers staging: comedi: usbdux: remove an unnecessary dev_info() 2012-04-10 11:23:35 -07:00
kcomedilib Staging: comedi: kcomedilib: fix coding style issues in kcomedilib_main.c 2010-07-08 13:15:16 -07:00
comedi_compat32.c
comedi_compat32.h
comedi_fops.c staging: comedi: don't hijack hardware device private data 2012-04-10 11:21:10 -07:00
comedi_fops.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
comedi.h staging: comedi: fixed a declaration coding style issue 2011-06-28 13:23:56 -07:00
comedidev.h staging: comedi: add bus-type-specific attach hooks for PCI and USB 2012-04-10 11:22:01 -07:00
comedilib.h
drivers.c staging: comedi: restrict comedi_auto_config() to single driver 2012-04-10 11:22:01 -07:00
internal.h staging: comedi: don't hijack hardware device private data 2012-04-10 11:21:10 -07:00
Kconfig staging: comedi: das08: separately configure ISA and PCI 2012-04-10 11:16:13 -07:00
Makefile Staging: comedi: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:52 -07:00
proc.c
range.c
TODO