From: Yogesh Ashok Powar Date: Tue, 8 Nov 2011 05:41:10 +0000 (-0800) Subject: mwifiex: fix 'Smatch' warnings X-Git-Tag: v3.3-rc1~182^2~545^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed1303321914a70ad580c1d034898e43c39b065;p=pandora-kernel.git mwifiex: fix 'Smatch' warnings Following three warnings are fixed: >init.c +256 mwifiex_init_adapter(71) >warn: variable dereferenced before check 'adapter->sleep_cfm' >(see line 191) >sta_rx.c +193 mwifiex_process_sta_rx_packet(75) >warn: variable dereferenced before check 'priv' (see line 182) Signed-off-by: Yogesh Ashok Powar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed