]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit58f7766bd2748ee1d146c23f90aa68c147928145
tree5b538eca822022328d8b6a8e9298112a9699c256
parent8ab7706d0e3c39405d713a07bc26d73ce5681eac
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