]> 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)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 23 Apr 2021 19:22:55 +0000 (21:22 +0200)
commitc02b5a55917da9df2bf8cb38fb4e30744a6365fd
tree3c823dab7e7683d3fa84a62e47dea36ad7bf624b
parent816568b82619f7c35a57579eace6d80a5f03237d
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