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)
commit86eeac7bcf486de3f4182c2a084eff181b8c6e63
tree0d5a42d6be4f206b386bfdbda4fefb21bdd958d6
parent001ab99325bf82cf3284771d1312585570569740
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