Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370872
b: refs/heads/master
c: 04aa99c
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hao authored and Kumar Gala committed Apr 29, 2013
1 parent 35c836e commit d1d985b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 9aa171fbc02bf6797a05835033aa97744ac04c02
refs/heads/master: 04aa99cd0dff7c13bc4b441c23af08ac5c7838e1
7 changes: 2 additions & 5 deletions trunk/arch/powerpc/sysdev/fsl_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ static void setup_pci_atmu(struct pci_controller *hose)

if (paddr_hi == paddr_lo) {
pr_err("%s: No outbound window space\n", name);
goto out;
return;
}

if (paddr_lo == 0) {
pr_err("%s: No space for inbound window\n", name);
goto out;
return;
}

/* setup PCSRBAR/PEXCSRBAR */
Expand Down Expand Up @@ -395,9 +395,6 @@ static void setup_pci_atmu(struct pci_controller *hose)
pr_info("%s: DMA window size is 0x%llx\n", name,
(u64)hose->dma_window_size);
}

out:
iounmap(pci);
}

static void __init setup_pci_cmd(struct pci_controller *hose)
Expand Down

0 comments on commit d1d985b

Please sign in to comment.