net: macb: remove superfluous logical constraint
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Mar 2018 10:32:53 +0000 (11:32 +0100)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 22 Mar 2018 20:05:32 +0000 (15:05 -0500)
commit6cdf072d9e6211cc71bcb8af647cc92a865582a4
tree5b538eca822022328d8b6a8e9298112a9699c256
parent4b23d3c86465f366ef6d76866f6464f19dd15135
net: macb: remove superfluous logical constraint

In

if (a > =0) {...}
else (a < 0) {...}

the second logical constraint is superfluous.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/macb.c