commit | b89b7ea05a8f71426bd36ed12e6cd73179d0f720 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Feb 23 17:12:51 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Mar 23 14:35:14 2006 -0800 |
tree | db1212d7f74c7d1e98614fb593bcfb8801f5e8b0 | |
parent | 8c4b2cf9af9b4ecc29d4f0ec4ecc8e94dc4432d7 [diff] |
[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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>