From: Jiang Liu Date: Sat, 25 May 2013 13:48:36 +0000 (+0800) Subject: PCI: Drop redundant setting of bus->is_added in virtfn_add_bus() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35329d9f17f05277f2718eb54402dea3e833d19;p=pandora-kernel.git PCI: Drop redundant setting of bus->is_added in virtfn_add_bus() The flag pci_bus->is_added is used to guard invocation of pcibios_fixup_bus(pci_bus). When virtfn_add_bus() is called, the pci_bus->is_added flag has already been set, so remove the redundant bus->is_added = 1; Signed-off-by: Jiang Liu Signed-off-by: Bjorn Helgaas Cc: Donald Dutile Cc: Yinghai Lu Cc: Ram Pai --- Reading git-diff-tree failed