Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174806
b: refs/heads/master
c: 463a5df
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Nov 24, 2009
1 parent b4adeb9 commit 57833a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7da7d360ae025158d09aab18d66f5d2fe3c02252
refs/heads/master: 463a5df175e3ceed684397ee2f8a3eb523d835a0
3 changes: 0 additions & 3 deletions trunk/arch/x86/pci/mmconfig-shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ static void __init pci_mmcfg_reject_broken(int early)
int i;

if ((pci_mmcfg_config_num == 0) ||
(pci_mmcfg_config == NULL) ||
(pci_mmcfg_config[0].address == 0))
return;

Expand Down Expand Up @@ -618,7 +617,6 @@ static void __init __pci_mmcfg_init(int early)
pci_mmcfg_reject_broken(early);

if ((pci_mmcfg_config_num == 0) ||
(pci_mmcfg_config == NULL) ||
(pci_mmcfg_config[0].address == 0))
return;

Expand Down Expand Up @@ -652,7 +650,6 @@ static int __init pci_mmcfg_late_insert_resources(void)
if ((pci_mmcfg_resources_inserted == 1) ||
(pci_probe & PCI_PROBE_MMCONF) == 0 ||
(pci_mmcfg_config_num == 0) ||
(pci_mmcfg_config == NULL) ||
(pci_mmcfg_config[0].address == 0))
return 1;

Expand Down

0 comments on commit 57833a3

Please sign in to comment.