Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356438
b: refs/heads/master
c: 8998a03
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Kumar Gala committed Feb 12, 2013
1 parent 2c33e25 commit 7f619ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8443cc142d81b722740a98f42cd4deae826311d0
refs/heads/master: 8998a030098db908a2b20c864d7ec7246db516f8
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/fsl_ifc.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int fsl_ifc_find(phys_addr_t addr_base)
return -ENODEV;

for (i = 0; i < ARRAY_SIZE(fsl_ifc_ctrl_dev->regs->cspr_cs); i++) {
__be32 cspr = in_be32(&fsl_ifc_ctrl_dev->regs->cspr_cs[i].cspr);
u32 cspr = in_be32(&fsl_ifc_ctrl_dev->regs->cspr_cs[i].cspr);
if (cspr & CSPR_V && (cspr & CSPR_BA) ==
convert_ifc_address(addr_base))
return i;
Expand Down

0 comments on commit 7f619ec

Please sign in to comment.