Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83941
b: refs/heads/master
c: c6d0117
h: refs/heads/master
i:
  83939: 7623fba
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Feb 6, 2008
1 parent 64796d4 commit 9764a95
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: de4c928b843063b7079c35c950c1d38c559fa0cb
refs/heads/master: c6d01179bfee3048cce98fe303d7265faa3861a7
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/axon_msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ static struct axon_msic *find_msi_translator(struct pci_dev *dev)

tmp = dn;
dn = of_find_node_by_phandle(*ph);
of_node_put(tmp);
if (!dn) {
dev_dbg(&dev->dev,
"axon_msi: msi-translator doesn't point to a node\n");
Expand All @@ -154,7 +155,6 @@ static struct axon_msic *find_msi_translator(struct pci_dev *dev)

out_error:
of_node_put(dn);
of_node_put(tmp);

return msic;
}
Expand Down

0 comments on commit 9764a95

Please sign in to comment.