]> git.baikalelectronics.ru Git - uboot.git/commit
ddr: fsl: incorrect logical constraint in populate_memctl_options
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Sat, 15 Apr 2017 13:23:49 +0000 (15:23 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 18 Apr 2017 14:29:24 +0000 (10:29 -0400)
commitd9b963d2a11aeecc49a813eac9ca298e6f034a2f
treee93e1727b8bfd9f12eb14f3b497808316714bd49
parentccd3735f9140a21cc13d3b9ef81cc995afc175f1
ddr: fsl: incorrect logical constraint in populate_memctl_options

(pdimm[0].data_width >= 32) || (pdimm[0].data_width <= 40)
is always true.

We should use && here.

The problem was indicated by cppcheck.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
drivers/ddr/fsl/options.c