Star64_linux/arch/mips/pic32/pic32mzda
Jason A. Donenfeld fd57477846 MIPS: pic32: treat port as signed integer
[ Upstream commit 648060902a ]

get_port_from_cmdline() returns an int, yet is assigned to a char, which
is wrong in its own right, but also, with char becoming unsigned, this
poses problems, because -1 is used as an error value. Further
complicating things, fw_init_early_console() is only ever called with a
-1 argument. Fix this up by removing the unused argument from
fw_init_early_console() and treating port as a proper signed integer.

Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:56:34 +08:00
..
config.c
early_clk.c
early_console.c MIPS: pic32: treat port as signed integer 2023-04-19 17:56:34 +08:00
early_pin.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
early_pin.h
init.c MIPS: pic32: treat port as signed integer 2023-04-19 17:56:34 +08:00
Makefile
pic32mzda.h
time.c MIPS: pic32mzda: Drop pointless static qualifier 2020-02-28 12:44:39 +01:00