rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true
authorMike McCormack <mikem@ring3k.org>
Mon, 20 Jun 2011 01:47:51 +0000 (10:47 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 20 Jun 2011 19:47:43 +0000 (15:47 -0400)
These are a potential source of confusion, as most C code treats all
non-zero values as true.

Signed-off-by: Mike McCormack <mikem@ring3k.org>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found