From d6c455ac1e50d0c2e377aaeae42f62833c771b2b Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Mon, 19 May 2014 10:08:19 +0200 Subject: [PATCH] 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-format-patch failed