summaryrefslogtreecommitdiff
path: root/include/trace
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2013-04-11 14:32:40 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:07:57 -0700
commita111d2dada41fa4a5c335204b97c5548a77bd15e (patch)
treeb07c9b1b9d38e657898c607bb29043034a4ae77e /include/trace
parent526fbdec35c24cb6a2b08d7502ecfb041530991b (diff)
thermal: fix warning in add thermal events tracing
Bug 1050412 Change-Id: I1080767ac2711f52aad82e09c0af5a27cf972425 Signed-off-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-on: http://git-master/r/218664 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Timo Alho <talho@nvidia.com> Tested-by: Timo Alho <talho@nvidia.com>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/thermal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/thermal.h b/include/trace/events/thermal.h
index 1a01f7ce6cf4..43a192174f4c 100644
--- a/include/trace/events/thermal.h
+++ b/include/trace/events/thermal.h
@@ -59,7 +59,7 @@ TRACE_EVENT(cooling_device_update,
__entry->target = target;
),
- TP_printk("%s -> %d", __entry->type, __entry->target)
+ TP_printk("%s -> %ld", __entry->type, __entry->target)
);