提交 d75b3052 编写于 作者: A Adrian Bunk 提交者: Greg Kroah-Hartman

PCI: aerdrv_acpi.c: remove unneeded NULL check

There's no reason for checking pdev->bus for being NULL here (and we'd
anyway Oops 3 lines below if it was).
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 bc043274
......@@ -37,7 +37,7 @@ int aer_osc_setup(struct pcie_device *pciedev)
return -1;
/* Find root host bridge */
while (pdev->bus && pdev->bus->self)
while (pdev->bus->self)
pdev = pdev->bus->self;
handle = acpi_get_pci_rootbridge_handle(
pci_domain_nr(pdev->bus), pdev->bus->number);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册