git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a694d1b
)
tracing/function: Convert func_set_flag() to a switch statement
author
Anton Vorontsov
<anton.vorontsov@linaro.org>
Tue, 10 Jul 2012 00:10:46 +0000
(17:10 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 17:15:04 +0000
(10:15 -0700)
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>
No differences found