From: John W. Linville Date: Fri, 29 Apr 2011 19:04:58 +0000 (-0400) Subject: mwifiex: fix copy-n-paste 'thinko' for tsf_val X-Git-Tag: v3.0-rc1~377^2~161^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c2fdbab1f1854f2bfcc75c326d0f4537ec2a7e;p=pandora-kernel.git mwifiex: fix copy-n-paste 'thinko' for tsf_val CC [M] drivers/net/wireless/mwifiex/join.o drivers/net/wireless/mwifiex/join.c: In function ‘mwifiex_cmd_802_11_associate’: drivers/net/wireless/mwifiex/join.c:119:8: warning: ‘tsf_val’ may be used uninitialized in this function drivers/net/wireless/mwifiex/join.c:103:12: note: ‘tsf_val’ was declared here Looks like a copy-n-paste error, identical lines are a few lines below the ones removed, with an actual memcpy to tsf_val in between... Signed-off-by: John W. Linville --- Reading git-diff-tree failed