From: Ian Abbott Date: Wed, 14 Nov 2012 13:10:36 +0000 (+0000) Subject: staging: comedi: don't call attach_usb handler X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d6f1965e9a8b830dd69b98cf8d45de53394ee5;p=pandora-kernel.git staging: comedi: don't call attach_usb handler All the Comedi drivers that call `comedi_usb_auto_config()` have replaced the `attach_usb()` handler in their `struct comedi_driver` with a `auto_attach()` handler, so there is no need to check for the existence of the `attach_usb()` handler any more. Remove this check and the code that calls it. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed