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:
7fb57a0
)
USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe()
author
Dave Martin
<dave.martin@linaro.org>
Fri, 2 Dec 2011 16:58:18 +0000
(16:58 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 10 Dec 2011 00:18:18 +0000
(16:18 -0800)
Data read direct from device tree properties will be in the device
tree's native endianness (i.e., big-endian).
This patch uses of_property_read_u32() to read the bus-width
property in host byte order instead.
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found