diff options
author | Tomi Valkeinen <[email protected]> | 2011-06-09 16:56:23 +0300 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2011-11-04 17:41:07 -0700 |
commit | fc01387302c01899e3cc67d3c81fd4287db9bab9 (patch) | |
tree | b37a3d19f99a0c76d6399337536f7d19e7aac219 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | c862dd706759c48a8a45af140330544724f170f9 (diff) |
ARM: OMAP: change get_context_loss_count ret value to int
get_context_loss_count functions return context loss count as u32, and
zero means an error. However, zero is also returned when context has
never been lost and could also be returned when the context loss count
has wrapped and goes to zero.
Change the functions to return an int, with negative value meaning an
error.
OMAP HSMMC code uses omap_pm_get_dev_context_loss_count(), but as the
hsmmc code handles the returned value as an int, with negative value
meaning an error, this patch actually fixes hsmmc code also.
Signed-off-by: Tomi Valkeinen <[email protected]>
Acked-by: Kevin Hilman <[email protected]>
Acked-by: Paul Walmsley <[email protected]>
[[email protected]: updated to fix a warning with recent dmtimer changes]
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions