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:
6dbe51c
)
ssb: fix unaligned access to mac address
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 18 Feb 2013 20:47:45 +0000
(21:47 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 6 Mar 2013 21:24:22 +0000
(16:24 -0500)
The mac address should be aligned to u16 to prevent an unaligned access
in drivers/ssb/pci.c where it is casted to __be16.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found