Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156402
b: refs/heads/master
c: ea85a0e
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Ralf Baechle committed Aug 3, 2009
1 parent 878c503 commit 50584b8
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: dd34b5a82feadfaee4f8dea83a694d9349f94a28
refs/heads/master: ea85a0e4cc870d2bb92e3b2007007901209bb7de
2 changes: 1 addition & 1 deletion trunk/arch/mips/ar7/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static char * __init lookup_psp_var_map(u8 num)
{
int i;

for (i = 0; i < sizeof(psp_var_map); i++)
for (i = 0; i < ARRAY_SIZE(psp_var_map); i++)
if (psp_var_map[i].num == num)
return psp_var_map[i].value;

Expand Down

0 comments on commit 50584b8

Please sign in to comment.