From: Ian Abbott Date: Wed, 24 Oct 2012 15:47:48 +0000 (+0100) Subject: staging: comedi: amplc_dio200: no need to set hw_dev X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1031 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e17cfbaa0b6ffa839028661327a17020cc53d2d;p=pandora-kernel.git staging: comedi: amplc_dio200: no need to set hw_dev The call to `comedi_set_hw_dev()` from `dio200_pci_common_attach()` is now unnecessary since `dio200_pci_common_attach()` is now only called from this driver's `attach_pci` hook `dio200_attach_pci()` and the comedi core now calls `comedi_set_hw_dev()` before calling that. Remove the unnecessary call. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed