]> git.baikalelectronics.ru Git - kernel.git/commit
pciehp: remove redundant pci_dev initialization
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Wed, 28 May 2008 05:56:00 +0000 (14:56 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 10 Jun 2008 17:59:52 +0000 (10:59 -0700)
commit6319139f250c16e1288944ce5901e9824d561b87
tree807c94583d98721d82eb7e1c71e32a738ac4b37d
parent23baca7180a8dc1e098fa07669ddae4054291618
pciehp: remove redundant pci_dev initialization

Remove the redundant initialization of pci_dev member of struct
controller in pciehp_probe(). It is initialized in pcie_init().

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/pciehp_core.c