Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: brcm80211: simplify expression
Simplify: ((a && b) || !a) => (b || !a) Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Cc: Brett Rudley <brudley@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information