Skip to content
Commit c20e3945 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

[ETH1394]: Fix unaligned accesses.



Several u64 objects are derefernced in situations where the
pointer is not guarenteed to be aligned correctly.  Use
get_unaligned() as needed.

Thanks to Will Simoneau for lots of testing and debugging
help.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Acked-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 234af484
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