Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204895
b: refs/heads/master
c: d3571c3
h: refs/heads/master
i:
  204893: 6877442
  204891: 0e69baf
  204887: 47730b3
  204879: 7a992f4
  204863: a56e24a
v: v3
  • Loading branch information
Grant Likely committed Jul 5, 2010
1 parent 8960c10 commit d0578a5
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 3930f294d081c9e2a65f137a7d5fb6c161e4aa94
refs/heads/master: d3571c3acfabb6f3a93b517b75d9b30eb7e8692e
2 changes: 1 addition & 1 deletion trunk/drivers/of/address.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ static int __of_address_to_resource(struct device_node *dev, const u32 *addrp,
r->end = taddr + size - 1;
}
r->flags = flags;
r->name = dev->name;
r->name = dev->full_name;
return 0;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/of/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ int of_irq_to_resource(struct device_node *dev, int index, struct resource *r)
if (r && irq != NO_IRQ) {
r->start = r->end = irq;
r->flags = IORESOURCE_IRQ;
r->name = dev->full_name;
}

return irq;
Expand Down

0 comments on commit d0578a5

Please sign in to comment.