1
0
Files
linux/net
Dan Carpenter f23aa62545 caif: fix endian conversion in cffrml_transmit()
The "tmp" variable here is used to store the result of cpu_to_le16()
so it should be an __le16 instead of an int.  We want the high bits
set and the current code works on little endian systems but not on
big endian systems.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-21 16:46:24 -05:00
..
2011-11-18 15:24:32 -05:00
2011-10-13 16:05:07 -04:00
2011-11-08 13:59:44 -05:00
2011-09-16 19:20:20 -04:00
2011-11-14 00:10:50 -05:00