From: H Hartley Sweeten Date: Thu, 25 Oct 2012 22:09:18 +0000 (-0700) Subject: staging: comedi: me_daq: remove pci_dev_put() in detach X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~928 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e43937926265ad417942c8ffb7be8bd185788335;p=pandora-kernel.git staging: comedi: me_daq: remove pci_dev_put() in detach This driver uses the comedi auto config mechanism and does not walk the pci bus to find the pci_dev. It should not be calling pci_dev_put() to decrement the ref count. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed