From: Ian Abbott Date: Wed, 14 Nov 2012 13:10:35 +0000 (+0000) Subject: staging: comedi: don't call attach_pci handler X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~339 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a692e9743a7b2085afbca2f7e50a449c3e205cc0;p=pandora-kernel.git staging: comedi: don't call attach_pci handler All the Comedi drivers that call `comedi_pci_auto_config()` have replaced the `attach_pci()` handler in their `struct comedi_driver` with a `auto_attach()` handler, so there is no need to check for the existence of the `attach_pci()` 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