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

ehea: simplify conditional


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

Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Acked-by: default avatarBreno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e18434c4
No related branches found
No related tags found
Loading
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