| commit | e10542c447abf7c840931ff12f7d0dee976ca2ea | [log] [tgz] |
|---|---|---|
| author | Mike McCormack <mikem@ring3k.org> | Mon Jun 20 10:47:51 2011 +0900 |
| committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 20 15:47:43 2011 -0400 |
| tree | ae254d633339b2617e4062fe070d2f4bc274cfb2 | |
| parent | 4b9d8d67b44aae18e1c4b71281f5cfc0f2105cf6 [diff] |
rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true
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>