From: Ian Abbott Date: Fri, 30 Mar 2012 16:15:02 +0000 (+0100) Subject: staging: comedi: pass struct comedi_driver * to comedi_auto_config() X-Git-Tag: v3.5-rc1~145^2~229^2~221 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63bf3d11df34426caa81e5478b2ff0e99875e972;p=pandora-kernel.git staging: comedi: pass struct comedi_driver * to comedi_auto_config() Pass a pointer to the struct comedi_driver to comedi_auto_config() instead of the driver name. comedi_auto_config() will be changed to make use of this. It currently calls comedi_device_attach() which examines the whole list of struct comedi_driver objects. It will be changed to restrict itself to just the supplied struct comedi_driver object. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed