Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56278
b: refs/heads/master
c: fd6e9d3
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Paul Mackerras committed May 12, 2007
1 parent b03f39e commit d1c26dc
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: e147ec8f18082efb700763bed4fe24f73ca50a2c
refs/heads/master: fd6e9d3945ee122eb513ada8b17296d243c1ce5e
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/prom_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* Max address size we deal with */
#define OF_MAX_ADDR_CELLS 4
#define OF_CHECK_COUNTS(na, ns) ((na) > 0 && (na) <= OF_MAX_ADDR_CELLS && \
(ns) > 0)
(ns) >= 0)

static struct of_bus *of_match_bus(struct device_node *np);
static int __of_address_to_resource(struct device_node *dev,
Expand Down

0 comments on commit d1c26dc

Please sign in to comment.