From: Alex Chiang Date: Tue, 19 May 2009 01:02:38 +0000 (-0600) Subject: PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev() X-Git-Tag: v2.6.31-rc1~62^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4c5f985afd8d4cfdf402aaa03677f2cb96e37c;p=pandora-kernel.git PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev() We always call pci_stop_bus_device before calling pci_destroy_dev. Since pci_stop_bus_device calls pci_stop_dev, there is no need for pci_destroy_dev to repeat the call. Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed