Searched hist:"84 ec040d0fb25197584d28a0dedc355503cd19b9" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | diff 84ec040d0fb25197584d28a0dedc355503cd19b9 Wed Oct 31 09:52:18 CET 2018 Ahmad Masri <amasri@codeaurora.org> wil6210: fix debugfs memory access alignment
All wil6210 device memory access should be 4 bytes aligned. In io blob wil6210 did not force alignment for read function, this caused alignment fault on some platforms. Fixing that by accessing all 4 lower bytes and return to host the requested data.
Signed-off-by: Ahmad Masri <amasri@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|