diff options
| author | Randy Dunlap <[email protected]> | 2024-02-11 05:28:08 +0000 |
|---|---|---|
| committer | Andreas Larsson <[email protected]> | 2024-02-16 15:50:26 +0000 |
| commit | 5378f00c935bebb846b1fdb0e79cb76c137c56b5 (patch) | |
| tree | 0fe9af3d0721df98d5ec4e020ae2649c2bb64221 /drivers/fpga/altera-fpga2sdram.c | |
| parent | sparc64: NMI watchdog: fix return value of __setup handler (diff) | |
| download | kernel-5378f00c935bebb846b1fdb0e79cb76c137c56b5.tar.gz kernel-5378f00c935bebb846b1fdb0e79cb76c137c56b5.zip | |
sparc: vDSO: 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) argument or environment
strings. Also, error return codes don't mean anything to
obsolete_checksetup() -- only non-zero (usually 1) or zero.
So return 1 from vdso_setup().
Fixes: 9a08862a5d2e ("vDSO for sparc")
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: Igor Zhbanov <[email protected]>
Link: lore.kernel.org/r/[email protected]
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: Dan Carpenter <[email protected]>
Cc: Nick Alcock <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: [email protected]
Cc: Arnd Bergmann <[email protected]>
Cc: Andreas Larsson <[email protected]>
Signed-off-by: Andreas Larsson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/fpga/altera-fpga2sdram.c')
0 files changed, 0 insertions, 0 deletions
