commit | cbe34a536d642fee2c0d2da5865ad09755a20652 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sat Aug 27 11:41:35 2011 -0700 |
committer | Christopher Li <sparse@chrisli.org> | Sat Aug 27 23:34:35 2011 -0700 |
tree | 74bd1d3a9e566a6ea671a5611b1c221be90a98a9 | |
parent | 979f0259c17997917db8a13843075d80a26a02ee [diff] |
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>