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:
98d4f93
)
Staging: olpc_dcon: more big endian conformity
author
Jens Frederich
<jfrederich@gmail.com>
Thu, 15 Aug 2013 19:40:01 +0000
(21:40 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 16 Aug 2013 00:23:16 +0000
(17:23 -0700)
Using an int which is casted to unsigned char as inbuf is messy.
The code won't work on big endian systems. The patch should fix
this.
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found