]> rtime.felk.cvut.cz Git - linux-imx.git/commit
tracing/function: Convert func_set_flag() to a switch statement
authorAnton Vorontsov <anton.vorontsov@linaro.org>
Tue, 10 Jul 2012 00:10:46 +0000 (17:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 17:15:04 +0000 (10:15 -0700)
commitf555f1231a69846d57099760f9c361982600ffa2
treeac16a48bdf0c8b516d8153919670632501103ddb
parenta694d1b5916a486ce25fb5f2b39f2627f7afd5f3
tracing/function: Convert func_set_flag() to a switch statement

Since the function accepts just one bit, we can use the switch
construction instead of if/else if/...

Just a cosmetic change, there should be no functional changes.

Suggested-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/trace/trace_functions.c