From: Anton Vorontsov Date: Tue, 10 Jul 2012 00:10:46 +0000 (-0700) Subject: tracing/function: Convert func_set_flag() to a switch statement X-Git-Tag: v3.6-rc1~100^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f555f1231a69846d57099760f9c361982600ffa2;p=pandora-kernel.git 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 Signed-off-by: Anton Vorontsov Acked-by: Steven Rostedt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed