Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123122
b: refs/heads/master
c: 49e6e3f
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Paul Mackerras committed Dec 21, 2008
1 parent 7112ffe commit aaa6620
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: e14d77490d3e1da833cff4fee52674c52684ce77
refs/heads/master: 49e6e3f1aec2d46f5865d3ada38fe9a5d660ef5d
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/devtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static int find_range(u32 *reg, u32 *ranges, int nregaddr,
u32 range_addr[MAX_ADDR_CELLS];
u32 range_size[MAX_ADDR_CELLS];

copy_val(range_addr, ranges + i, naddr);
copy_val(range_addr, ranges + i, nregaddr);
copy_val(range_size, ranges + i + nregaddr + naddr, nsize);

if (compare_reg(reg, range_addr, range_size))
Expand Down

0 comments on commit aaa6620

Please sign in to comment.