Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286720
b: refs/heads/master
c: 0cf572d
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Kumar Gala committed Jan 17, 2012
1 parent 66d4c0f commit 61f1ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ba8438fb4e85bfe6cf8d3149fe63b85e49fdf217
refs/heads/master: 0cf572dc00cd36250af9260377a0b5faac9b3284
5 changes: 3 additions & 2 deletions trunk/arch/powerpc/sysdev/fsl_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ static void __init setup_pci_atmu(struct pci_controller *hose,

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

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

/* setup PCSRBAR/PEXCSRBAR */
Expand Down Expand Up @@ -357,6 +357,7 @@ static void __init setup_pci_atmu(struct pci_controller *hose,
(u64)hose->dma_window_size);
}

out:
iounmap(pci);
}

Expand Down

0 comments on commit 61f1ad9

Please sign in to comment.