linux-stable/arch/arm/mach-s3c24xx
Randy Dunlap 3166859b0e ARM: 9187/1: JIVE: fix return value of __setup handler
[ Upstream commit 8b2360c715 ]

__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 jive_mtdset().

Fixes: 9db829f485 ("[ARM] JIVE: Initial machine support for Logitech Jive")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Cc: patches@armlinux.org.uk
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-04-20 09:08:26 +02:00
..
include/mach License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
anubis.h
bast-ide.c
bast-irq.c ARM: s3c24xx: Constify few integer tables 2016-12-29 15:29:11 +02:00
bast.h
common-smdk.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
common-smdk.h
common.c ARM: s3c24xx: Remove non-existing CONFIG_CPU_S3C2413 2017-07-20 07:17:43 +02:00
common.h ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
cpufreq-utils.c
fb-core.h ARM: SAMSUNG: local fb-core header in mach-s3c24xx 2015-07-30 02:00:35 +09:00
gta02.h
h1940-bluetooth.c leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors 2014-11-04 21:58:25 +01:00
h1940.h leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors 2014-11-04 21:58:25 +01:00
iotiming-s3c2410.c ARM: s3c24xx: Constify few integer tables 2016-12-29 15:29:11 +02:00
iotiming-s3c2412.c
irq-pm.c ARM: s3c: simplify s3c_irqwake_{e,}intallow definition 2015-12-31 17:26:18 +01:00
Kconfig ARM: s3c24xx: make H1940BT depend on RFKILL 2017-07-20 20:26:24 +02:00
mach-amlm5900.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-anubis.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
mach-at2440evb.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
mach-bast.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
mach-gta02.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
mach-h1940.c ARM: s3c24xx: switch to gpiochip_add_data() 2016-02-19 09:51:42 +01:00
mach-jive.c ARM: 9187/1: JIVE: fix return value of __setup handler 2022-04-20 09:08:26 +02:00
mach-mini2440.c ARM/arm64: SoC platform updates for v4.14 2017-09-10 20:35:46 -07:00
mach-n30.c ARM: SAMSUNG: Fix typos 2016-05-30 09:13:11 +02:00
mach-nexcoder.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-osiris-dvs.c ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify 2019-03-23 14:35:27 +01:00
mach-osiris.c MTD changes for 4.14: 2017-09-09 14:48:21 -07:00
mach-otom.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-qt2410.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
mach-rx1950.c mtd: s3c2410: make ecc mode configurable via platform data 2016-11-07 14:48:35 +01:00
mach-rx3715.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
mach-s3c2416-dt.c arm: Remove unnecessary of_platform_populate with default match table 2016-06-23 14:58:37 -05:00
mach-smdk2410.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-smdk2413.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-smdk2416.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-smdk2440.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-smdk2443.c ARM: s3c24xx: Remove non-existing SND_SOC_SMDK2443_WM9710 2017-07-20 07:18:10 +02:00
mach-tct_hammer.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-vr1000.c ARM: S3C24XX: remove separate restart code 2014-09-14 02:43:09 +09:00
mach-vstms.c mtd: nand: Rename nand.h into rawnand.h 2017-08-13 10:11:49 +02:00
Makefile ARM: SAMSUNG: make local setup-camif in mach-s3c24xx 2015-07-30 01:48:44 +09:00
Makefile.boot
nand-core.h ARM: SAMSUNG: local nand-core header in mach-s3c24xx 2015-07-30 02:00:35 +09:00
osiris.h
otom.h
pll-s3c2410.c ARM: s3c24xx: Sort cpufreq tables 2016-06-03 13:54:36 +02:00
pll-s3c2440-12000000.c ARM: s3c24xx: Sort cpufreq tables 2016-06-03 13:54:36 +02:00
pll-s3c2440-16934400.c ARM: s3c24xx: Sort cpufreq tables 2016-06-03 13:54:36 +02:00
pm-h1940.S
pm-s3c2410.c ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol 2017-02-28 11:06:10 +00:00
pm-s3c2412.c ARM: s3c24xx: Constify wake_irqs 2016-12-29 15:41:08 +02:00
pm-s3c2416.c ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol 2017-02-28 11:06:10 +00:00
pm.c ARM: S3C24XX: fix building without PM_SLEEP 2015-02-27 05:50:22 +09:00
regs-dsc.h
regs-mem.h
s3c244x.c ARM: SAMSUNG: local nand-core header in mach-s3c24xx 2015-07-30 02:00:35 +09:00
s3c2410.c ARM: S3C24XX: fix building without PM_SLEEP 2015-02-27 05:50:22 +09:00
s3c2412-power.h
s3c2412.c ARM: SAMSUNG: local nand-core header in mach-s3c24xx 2015-07-30 02:00:35 +09:00
s3c2416.c ARM: SAMSUNG: local spi-core header in mach-s3c24xx 2015-07-30 02:00:35 +09:00
s3c2440.c ARM: S3C24XX: fix building without PM_SLEEP 2015-02-27 05:50:22 +09:00
s3c2442.c ARM: S3C24XX: fix building without PM_SLEEP 2015-02-27 05:50:22 +09:00
s3c2443.c ARM: SAMSUNG: local spi-core header in mach-s3c24xx 2015-07-30 02:00:35 +09:00
setup-camif.c ARM: SAMSUNG: make local setup-camif in mach-s3c24xx 2015-07-30 01:48:44 +09:00
setup-i2c.c
setup-sdhci-gpio.c
setup-spi.c
setup-ts.c
simtec-audio.c
simtec-nor.c
simtec-pm.c
simtec-usb.c
simtec.h
sleep-s3c2410.S
sleep-s3c2412.S
sleep.S ARM: s3c24xx: Do not confuse local define with Kconfig 2017-07-20 07:18:29 +02:00
spi-core.h ARM: SAMSUNG: local spi-core header in mach-s3c24xx 2015-07-30 02:00:35 +09:00
vr1000.h