From: Larry Finger Date: Fri, 1 Feb 2013 16:40:22 +0000 (-0600) Subject: rtlwifi: Fix many compile warnings when using W=1 X-Git-Tag: v3.9-rc1~139^2~132^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d221ad1a8aa281aec505441602dd9f315d31cfb9;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed