]> git.baikalelectronics.ru Git - uboot.git/commit
mips: octeon: cvmx-bootmem: Fix compare in "if" statement
authorStefan Roese <sr@denx.de>
Wed, 7 Apr 2021 07:12:28 +0000 (09:12 +0200)
committerStefan Roese <sr@denx.de>
Wed, 28 Apr 2021 08:05:12 +0000 (10:05 +0200)
commitb6e411bb34126bffdb462cb55e813d2db55739d2
treef303d6a146da7c009d1408bd6b02aa832eca9d9a
parent62e5f15052784c418fe6ec93e6222113fa79abb8
mips: octeon: cvmx-bootmem: Fix compare in "if" statement

While porting from the Marvell source, I introduced a bug by misplacing
the parenthesis. This patch fixes this issue.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/mach-octeon/cvmx-bootmem.c