Staging: brcm80211: simplify expression
authorNicolas Kaiser <nikai@nikai.net>
Fri, 29 Oct 2010 22:10:29 +0000 (00:10 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:38:25 +0000 (15:38 -0800)
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>

No differences found