From: Greg Kroah-Hartman Date: Mon, 3 May 2010 22:01:50 +0000 (-0700) Subject: Staging: comedi: kcomedilib: make it typesafe X-Git-Tag: v2.6.35-rc1~441^2^2~269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472dfe77b91d8026c3ccda22c60db0e92bc27863;p=pandora-kernel.git 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 Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed