Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281471
b: refs/heads/master
c: 52dcf8a
h: refs/heads/master
i:
  281469: fc7f8e4
  281467: 87df04d
  281463: aa8a15c
  281455: 67a2fac
  281439: c62e999
  281407: 08f1203
  281343: 1e38ce0
v: v3
  • Loading branch information
Davidlohr Bueso authored and Tejun Heo committed Dec 13, 2011
1 parent 0af2449 commit 65524a5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 494c167cf76d02000adf740c215adc69a824ecc9
refs/heads/master: 52dcf8a1f8ac09b6ea21266ebdc4db6d52eea1fc
3 changes: 1 addition & 2 deletions trunk/kernel/res_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ int res_counter_memparse_write_strategy(const char *buf,
return 0;
}

/* FIXME - make memparse() take const char* args */
*res = memparse((char *)buf, &end);
*res = memparse(buf, &end);
if (*end != '\0')
return -EINVAL;

Expand Down

0 comments on commit 65524a5

Please sign in to comment.