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:
d8b2160
)
USB: fix Unaligned access in EHCI driver
author
Max Dmitrichenko
<dmitrmax@gmail.com>
Mon, 5 Mar 2007 23:45:01 +0000
(
02:45
+0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 10 Mar 2007 03:52:25 +0000
(19:52 -0800)
I get following warnings on spar64:
Kernel unaligned access at TPC[
1000c9e4
] ehci_hub_control+0x54c/0x68c [ehci_hcd]
Despite of the comment in the patched code, the type cast used there
does make unaligned access. The fix was made as it's done in
ohci-hub.c.
Signed-off-by: Max Dmitrichenko <dmitrmax@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found