Skip to content
Snippets Groups Projects
Commit 2259dca3 authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by David S. Miller
Browse files

net/tg3: simplify conditional


Simplify: ((a && !b) || (!a && b)) => (a != b)

Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aa3bc6c6
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment