From: John W. Linville Date: Mon, 21 Nov 2011 21:37:26 +0000 (-0500) Subject: rtlwifi: squash warning in _usb_read_sync X-Git-Tag: v3.3-rc1~182^2~261^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1852b10593dc3ca73e02bf9ac4753a5a464905;p=pandora-kernel.git rtlwifi: squash warning in _usb_read_sync drivers/net/wireless/rtlwifi/usb.c: In function ‘_usb_read_sync’: drivers/net/wireless/rtlwifi/usb.c:102:6: warning: ‘status’ may be used uninitialized in this function drivers/net/wireless/rtlwifi/usb.c:102:6: note: ‘status’ was declared here My compiler is dumb, but better to eliminate the warning than to have anyone waste time evaluating this again... Signed-off-by: John W. Linville Acked-by: Larry Finger --- Reading git-diff-tree failed