Skip to content
Commit 64543652 authored by Max Dmitrichenko's avatar Max Dmitrichenko Committed by Greg Kroah-Hartman
Browse files

USB: fix Unaligned access in EHCI driver



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: default avatarMax Dmitrichenko <dmitrmax@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d8b21606
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment