From: Jes Sorensen Date: Mon, 19 May 2014 08:08:19 +0000 (+0200) Subject: staging: rtl8188eu: Do not byteswap half initialized variable X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c455ac1e50d0c2e377aaeae42f62833c771b2b;p=pandora-kernel.git staging: rtl8188eu: Do not byteswap half initialized variable Copying 16 bits into an uninitialized 32 bit stack variable and then byteswapping it can provide 'interesting' results. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed