From: Alan Stern Date: Thu, 23 Feb 2006 22:12:51 +0000 (-0500) Subject: [PATCH] PCI: Move pci_dev_put outside a spinlock X-Git-Tag: v2.6.17-rc1~998^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89b7ea05a8f71426bd36ed12e6cd73179d0f720;p=pandora-kernel.git [PATCH] PCI: Move pci_dev_put outside a spinlock This patch (as659) fixes a might_sleep problem in the PCI core, by moving a call to pci_dev_put() outside the scope of a spinlock. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed