]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/params: fix handling of signed integer types
authorJean Delvare <khali@linux-fr.org>
Fri, 27 Sep 2013 20:17:39 +0000 (13:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Sep 2013 19:35:52 +0000 (12:35 -0700)
commit59fa83ec2c8c173ab988ca6e94d7f6e01152432e
tree89078be20b25ed65333f95db110eda55b45bb030
parentaa5d64f853490762ab72b0602213f906c38ba36b
kernel/params: fix handling of signed integer types

Commit fb47fc7157ab ("kernel: replace strict_strto*() with kstrto*()")
broke the handling of signed integer types, fix it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Reported-by: Christian Kujau <lists@nerdbynature.de>
Tested-by: Christian Kujau <lists@nerdbynature.de>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/params.c