commit | 2b6a72ed080923efa282520ae5987221e69a91d0 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Apr 07 09:12:28 2021 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Apr 23 21:22:55 2021 +0200 |
tree | 3c823dab7e7683d3fa84a62e47dea36ad7bf624b | |
parent | 39e0f648d347a884e14e3c01f31f6d74b981672c [diff] |
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>