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

Skip to content
Commit a264cacf authored by Susheel Khiani's avatar Susheel Khiani Committed by Gerrit - the friendly Code Review server
Browse files

zram: Fix compilation warning due to print format mismatch



For 64 bit architecture atomic64_t is defined as
long while for 32 bit architecture atomic64_t is
defined as u64. This results in print format
mismatch when we try to print value using
atomic64_read. Fix this compile time warning by
putting required type casting.

Change-Id: I64aaf3936c71755ddbbfacb2bc997f4efba6d3c8
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 1c600802
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