commit | 472dfe77b91d8026c3ccda22c60db0e92bc27863 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Mon May 03 15:01:50 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 11 11:36:02 2010 -0700 |
tree | 8b3e7d5062921c59e710c770a368a3d26858e47f | |
parent | 3781bc5425f985c2ceffa3b2111e1d0eeb38cc24 [diff] |
Staging: comedi: kcomedilib: make it typesafe If we really are passing in a struct comedi_device, then say we are, don't mess around with void pointers for no reason. This also fixes up the comedi_bond.c driver, which is the only user of the kcomedilib code. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>