commit | f62ae6cd887a184d6923037d588b5b2466aa2a97 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Fri Jul 31 20:51:41 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 04 16:44:21 2009 -0400 |
tree | 9017155281a2948f43235439438002779935cb38 | |
parent | 88d89526a671ba008f59456161b0c513cdfb5d5a [diff] |
b43: Fix unaligned 32bit SHM-shared access This fixes unaligned 32bit SHM-shared read/write access. The low and high 16 bits were swapped. It also adds a testcase for this to the chipaccess validation. (Thanks to Albert Herranz for tracking down this bug.) Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>