commit | 11398ac731e356c933731b1399c57bb91f42c257 | [log] [tgz] |
---|---|---|
author | Maria Yu <aiquny@codeaurora.org> | Wed Feb 28 15:44:33 2018 +0800 |
committer | Maria Yu <aiquny@codeaurora.org> | Thu Mar 01 15:14:10 2018 +0800 |
tree | cc2da1fd53bc87262198e05a604bc9081e9d3739 | |
parent | e3fae817f07510d166fbaf467ebfc7ceb1be51bd [diff] |
soc: qcom: rq_stats: use uint64_t instead of int64_t for timer diff Assume time will not fall back and then there is no need for checking if timer diff is < 0. So just use uint64_t instead of int64_t for timer diff to avoid the compiler warning of comparison of distinct pointer types lacks a cast error. Change-Id: I272de6d889cd5d9b6205c7dfb783883dd7060caf Signed-off-by: Maria Yu <aiquny@codeaurora.org>