Make 'linearize_switch()' helper function Rather than do it in that huge 'linearize_statement()' function, split out the switch generation case. Avoids one level of indentation, and makes for simpler and more straightforward functions. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Christopher Li <sparse@chrisli.org>