Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit f10c96c8 authored by Gilad Broner's avatar Gilad Broner
Browse files

msm: tspp: fix alignment fault



Driver initializes some data structures which reside in TSPP
registers using 'memset()'. This can cause alignment faults
on some platforms (such as msm8994 which is 64bit).
Instead, driver should use 'memset_io()' for memory which is
io mapped.

Change-Id: I58fe0e71d3a930293627f7495d324dcc1b98a4aa
Signed-off-by: default avatarGilad Broner <gbroner@codeaurora.org>
parent 1f2ea26d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment