Re: [U-Boot] [PATCH 1/1] net: macb: remove superfluous logical constraint

2018-03-19 Thread Joe Hershberger
On Sun, Mar 18, 2018 at 5:32 AM, Heinrich Schuchardt wrote: > In > > if (a > =0) {...} > else (a < 0) {...} > > the second logical constraint is superfluous. > > Signed-off-by: Heinrich Schuchardt Acked-by: Joe Hershberger

[U-Boot] [PATCH 1/1] net: macb: remove superfluous logical constraint

2018-03-18 Thread Heinrich Schuchardt
In if (a > =0) {...} else (a < 0) {...} the second logical constraint is superfluous. Signed-off-by: Heinrich Schuchardt --- drivers/net/macb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index