diff options
author | Hidetoshi Seto <[email protected]> | 2009-07-29 15:02:08 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-07-29 19:10:34 -0700 |
commit | 11c7da4b0ca76a57f51c996c883c480e203cf5a9 (patch) | |
tree | 25c816507896a6ec7b2a84c72e181080b6cc744d /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 933b787b57ca8bdc0fc8fb2cbf67b5e6d21beb84 (diff) |
kexec: fix omitting offset in extended crashkernel syntax
Setting
"crashkernel=512M-2G:64M,2G-:128M"
does not work but it turns to work if it has a trailing-whitespace,
like
"crashkernel=512M-2G:64M,2G-:128M ".
It was because of a bug in the parser, running over the cmdline.
This patch adds a check of the termination.
Reported-by: Jin Dongming <[email protected]>
Signed-off-by: Hidetoshi Seto <[email protected]>
Tested-by: Jin Dongming <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions