Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199659
b: refs/heads/master
c: ee227c5
h: refs/heads/master
i:
  199657: e0aca9c
  199655: 359efcb
v: v3
  • Loading branch information
Wolfram Sang authored and Grant Likely committed Jun 3, 2010
1 parent 5d02d33 commit 5d5d5ae
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: b74dbf2aed8d8c4f93ac2c44bab5c81f65be62a0
refs/heads/master: ee227c577cde47f78e2df359f9c32ba047060767
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/fsl_msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static int __devinit fsl_of_msi_probe(struct of_device *dev,
goto error_out;
}
offset = 0;
p = of_get_property(dev->node, "msi-available-ranges", &len);
p = of_get_property(dev->dev.of_node, "msi-available-ranges", &len);
if (p)
offset = *p / IRQS_PER_MSI_REG;

Expand Down

0 comments on commit 5d5d5ae

Please sign in to comment.