Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235885
b: refs/heads/master
c: fe2d5b4
h: refs/heads/master
i:
  235883: 6237969
v: v3
  • Loading branch information
Andres Salomon authored and Greg Kroah-Hartman committed Feb 9, 2011
1 parent 7694410 commit 539d2cf
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: 2ef0c05e80cf59315f6f0a4e5a950899f169f2d0
refs/heads/master: fe2d5b43807ebb38e0e8c7b269ff08fcd4011726
2 changes: 1 addition & 1 deletion trunk/drivers/staging/olpc_dcon/olpc_dcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static int _strtoul(const char *buf, int len, unsigned int *val)
{

char *endp;
unsigned int output = strict_strtoul(buf, &endp, 0);
unsigned int output = simple_strtoul(buf, &endp, 0);
int size = endp - buf;

if (*endp && isspace(*endp))
Expand Down

0 comments on commit 539d2cf

Please sign in to comment.