]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 13 Aug 2013 19:17:11 +0000 (20:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 21:42:59 +0000 (14:42 -0700)
commitb4299f68cfe05401ddbd5e1118cdad15dfa606bb
treeceaaa021f81d933e3d58a123b5c745af5c8b1169
parent0a07a386b644f91d6c88ebdaf30e7f6b71ca1349
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 <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c