From: Arnd Bergmann Date: Tue, 1 Mar 2022 10:16:57 +0000 (+0100) Subject: ARM: PXA: fix up decompressor code X-Git-Tag: v5.18-rc1~147^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9bdba07824c565e482741ac201a6e640cd0a11b;p=thirdparty%2Fkernel%2Flinux.git ARM: PXA: fix up decompressor code The earlier removal of two boards caused a build regression, fix it by removing the extraneous '||'. Reported-by: kernel test robot Fixes: 28f74201e37c ("ARM: pxa: remove Intel Imote2 and Stargate 2 boards") Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-pxa/include/mach/uncompress.h b/arch/arm/mach-pxa/include/mach/uncompress.h index f71a8dafa6e08..1ed629e38ce63 100644 --- a/arch/arm/mach-pxa/include/mach/uncompress.h +++ b/arch/arm/mach-pxa/include/mach/uncompress.h @@ -59,7 +59,7 @@ static inline void arch_decomp_setup(void) uart_is_pxa = 1; if (machine_is_littleton() || machine_is_csb726() || - || machine_is_cm_x300() || machine_is_balloon3()) + machine_is_cm_x300() || machine_is_balloon3()) uart_base = STUART_BASE; if (machine_is_arcom_zeus()) {