From: Ingo Molnar Date: Sun, 22 Feb 2009 11:06:57 +0000 (+0100) Subject: time: ntp: simplify the second_overflow() code flow X-Git-Tag: v2.6.30-rc1~657^2^3~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c972c2444dcb7088999c32b8c5a7ab3b8a6c0b6;p=pandora-kernel.git time: ntp: simplify the second_overflow() code flow Impact: cleanup, no functionality changed Instead of a hierarchy of conditions, transform them to clean gradual conditions and return's. This makes the flow easier to read and makes the purpose of the function easier to understand. kernel/time/ntp.o: text data bss dec hex filename 2552 170 168 2890 b4a ntp.o.before 2552 170 168 2890 b4a ntp.o.after md5: eae1275df0b7d6290c13f6f6f8f05c8c ntp.o.before.asm eae1275df0b7d6290c13f6f6f8f05c8c ntp.o.after.asm Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed