Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67391
b: refs/heads/master
c: db220b2
h: refs/heads/master
i:
  67389: 61dc8ec
  67387: 2e250f5
  67383: 4ebce46
  67375: 6f7fa28
  67359: 4fcb065
  67327: 4b07e22
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Oct 2, 2007
1 parent d3fe6f4 commit c983b06
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a35e370cfd2ddfb5d2f0ceae376ffeda273b357c
refs/heads/master: db220b234da9f183b127b9c3077c253b94756e35
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/axon_msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static struct axon_msic *find_msi_translator(struct pci_dev *dev)
const phandle *ph;
struct axon_msic *msic = NULL;

dn = pci_device_to_OF_node(dev);
dn = of_node_get(pci_device_to_OF_node(dev));
if (!dn) {
dev_dbg(&dev->dev, "axon_msi: no pci_dn found\n");
return NULL;
Expand Down Expand Up @@ -182,7 +182,7 @@ static int setup_msi_msg_address(struct pci_dev *dev, struct msi_msg *msg)
int len;
const u32 *prop;

dn = pci_device_to_OF_node(dev);
dn = of_node_get(pci_device_to_OF_node(dev));
if (!dn) {
dev_dbg(&dev->dev, "axon_msi: no pci_dn found\n");
return -ENODEV;
Expand Down

0 comments on commit c983b06

Please sign in to comment.