From: Alex Chiang Date: Mon, 9 Mar 2009 18:08:15 +0000 (-0600) Subject: PCI: PCIe portdrv: eliminate double kfree in remove path X-Git-Tag: v2.6.30-rc1~419^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9efb5fe1b80a45130ba659ba755f24534c83301b;p=pandora-kernel.git PCI: PCIe portdrv: eliminate double kfree in remove path Commit 55633af3 (PCIe portdrv: Use driver data to simplify code) added a kfree of the driver private data in pcie_port_device_remove but forgot to remove the old kfree from pcie_portdrv_remove. Acked-by: Rafael J. Wysocki Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed