diff options
author | Randy Dunlap <[email protected]> | 2022-03-17 08:39:39 -0700 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2022-03-18 14:59:27 +0100 |
commit | 6a861abceecb68497dd82a324fee45a5332dcece (patch) | |
tree | 519de7fa0a19c7e50b16942c836cbaa77412f1af /drivers/acpi/cppc_acpi.c | |
parent | a8ab8ef437d48173e166f1f44f202097e91bf81c (diff) |
clocksource: acpi_pm: fix return value of __setup handler
__setup() handlers should return 1 to obsolete_checksetup() in
init/main.c to indicate that the boot option has been handled.
A return of 0 causes the boot option/value to be listed as an Unknown
kernel parameter and added to init's (limited) environment strings.
The __setup() handler interface isn't meant to handle negative return
values -- they are non-zero, so they mean "handled" (like a return
value of 1 does), but that's just a quirk. So return 1 from
parse_pmtmr(). Also print a warning message if kstrtouint() returns
an error.
Fixes: 6b148507d3d0 ("pmtmr: allow command line override of ioport")
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: Igor Zhbanov <[email protected]>
Link: lore.kernel.org/r/[email protected]
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions