commit | 2259dca36a2f0226596ea37132a46338fcff6722 | [log] [tgz] |
---|---|---|
author | Nicolas Kaiser <nikai@nikai.net> | Thu Oct 07 23:29:27 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 09 09:22:54 2010 -0700 |
tree | 38a775d1c3240c4a65787de82fa69d062b3a3ce3 | |
parent | aa3bc6c68e3c1064969f5f2962be84491ffb69a0 [diff] |
net/tg3: simplify conditional Simplify: ((a && !b) || (!a && b)) => (a != b) Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: David S. Miller <davem@davemloft.net>