Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297274
b: refs/heads/master
c: eaa3be6
h: refs/heads/master
v: v3
  • Loading branch information
Zhenzhong Duan authored and Linus Torvalds committed Mar 29, 2012
1 parent fa8064c commit 06ef9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d034cfab4f7b9e768c5c1caaa56c5bd4805d2b92
refs/heads/master: eaa3be6add6f327ab0a633e4fee8e6f2cc8c8a4c
4 changes: 4 additions & 0 deletions trunk/kernel/kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,10 @@ static int __init parse_crashkernel_simple(char *cmdline,

if (*cur == '@')
*crash_base = memparse(cur+1, &cur);
else if (*cur != ' ' && *cur != '\0') {
pr_warning("crashkernel: unrecognized char\n");
return -EINVAL;
}

return 0;
}
Expand Down

0 comments on commit 06ef9e9

Please sign in to comment.