s390/cmma: reuse kstrtobool for option value parsing
authorVasily Gorbik <gor@linux.ibm.com>
Mon, 19 Aug 2019 15:55:44 +0000 (17:55 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 26 Aug 2019 10:51:18 +0000 (12:51 +0200)
commit5f0917a281c66fb310988d4c38f3c55b7023b8ff
tree6e16b0e24545f26d943d8d437c8787814bc5adae
parent3d644364533931df298dc4f026a74731c2f752cb
s390/cmma: reuse kstrtobool for option value parsing

"cmma" option setup already recognises some textual values. Yet kstrtobool
is a more common way to parse boolean values, reuse it to unify option
value parsing behavior and simplify code a bit.

While at it, __setup value parsing callbacks are expected to return
1 when an option is recognized, and returning any other value won't
trigger any error message currently, so simply return 1.

Reviewed-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/mm/page-states.c