From: Malcolm Priestley Date: Tue, 13 Aug 2013 19:17:11 +0000 (+0100) Subject: staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16 X-Git-Tag: v3.12-rc1~183^2~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34f9dbe8611458941bcdab3f4fae57aff9e0266;p=pandora-kernel.git staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16 The return value of uGetRTSCTSDuration always needs to be corrected to a u16 little endian corrected value. Some places the endian correction is done on the next line Change uGetRTSCTSDuration return u16 little endian corrected value. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed