git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e71d6
)
Staging: rtl8192e: fix an endian bug
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 29 May 2013 08:12:18 +0000
(11:12 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 May 2013 11:46:29 +0000
(20:46 +0900)
Passing the high bits of "ratr_value" to rtl8192_config_rate() only
works on little endian systems. We should be passing a u16 value.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found