]> git.baikalelectronics.ru Git - uboot.git/commit
post: remove redundant condition
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 3 Aug 2020 20:12:13 +0000 (22:12 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Oct 2020 17:33:06 +0000 (13:33 -0400)
commit489d82c1a2b62b490dcf1f9689335b1a9c49bad3
tree0d5a42d6be4f206b386bfdbda4fefb21bdd958d6
parent0c01edf4b60a9d7d4ab4df0b972ca756c3d0570d
post: remove redundant condition

(A && A == 0x20) is only true for (A == 0x20).

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
post/post.c