commit | d221ad1a8aa281aec505441602dd9f315d31cfb9 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Feb 01 10:40:22 2013 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 01 14:27:25 2013 -0500 |
tree | f4c0790f14f7ff0426ac0cd27c0759a6f06f8466 | |
parent | c4806014ada1b799388d6188bc11fe5dc720c829 [diff] |
rtlwifi: Fix many compile warnings when using W=1 Many warnings like the following arise from a build with W=1 on the make line: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] Changing the overall debug level storage from unsigned to signed fixes these. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>