]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: report_latency() in trace_irqsoff.c can return boolean
authorYaowei Bai <bywxiaobai@163.com>
Tue, 29 Sep 2015 14:43:30 +0000 (22:43 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 2 Nov 2015 19:20:19 +0000 (14:20 -0500)
commit79851821b2c94fc66cddb80b8b12dcfa09f6e7cb
treede2935faa9a7e2523c67e347bd27f6fea13f43eb
parent26ab2ef4516f5c9579b46188809f387406063262
tracing: report_latency() in trace_irqsoff.c can return boolean

This patch makes report_latency return bool due to this
particular function only using either one or zero as its
return value.

No functional change.

Link: http://lkml.kernel.org/r/1443537816-5788-3-git-send-email-bywxiaobai@163.com
Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_irqsoff.c