Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223332
b: refs/heads/master
c: ec79812
h: refs/heads/master
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Dec 16, 2010
1 parent 414b4ac commit f0072b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 863abad4f644b6c12bc8176206b35fa7e7cfe1a9
refs/heads/master: ec79812580e360081b58c3e2e8b5b69b8080b5a0
4 changes: 2 additions & 2 deletions trunk/arch/mips/loongson/common/env.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ unsigned long memsize, highmemsize;

#define parse_even_earlier(res, option, p) \
do { \
int ret; \
if (strncmp(option, (char *)p, strlen(option)) == 0) \
strict_strtol((char *)p + strlen(option"="), \
10, &res); \
ret = strict_strtol((char *)p + strlen(option"="), 10, &res); \
} while (0)

void __init prom_init_env(void)
Expand Down

0 comments on commit f0072b9

Please sign in to comment.