Loading
crypto: msm: ota: fix pointer truncation during casting
Several functions use an 'unsigned int' to store pointers
as an intermediate casting step. This may result in truncation.
Cast to uintptr_t instead to avoid any potential issues.
Change-Id: I228d0520e298ed1ada1f344e5efa9b2753ce2de9
Signed-off-by:
Matt Wagantall <mattw@codeaurora.org>