pass: hal: Fix wrong format string of variables in struct pass_cpu_stats 97/164597/1
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 20 Dec 2017 01:55:00 +0000 (10:55 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 20 Dec 2017 01:58:05 +0000 (10:58 +0900)
commit0aad62b41efe33eef122ce10e77b5f7c40a98941
treefe2e12e3b4d08491b5fc5bc966fb70f70a39f1e7
parent5b90258d3e62566df71e68d502ad777eeb054c56
pass: hal: Fix wrong format string of variables in struct pass_cpu_stats

This patch fixes the wrong format string of variables in the
struct pass_cpu_stats from "%d" to "%u" because variables are
unsigned integer.

Change-Id: Iff5fceccd641a8146667e66322538464871f0e43
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-hal.c