commit | a2c348fe0117adced11e374329a5ea3f7c43cb41 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@tv-sign.ru> | Fri Mar 31 02:30:31 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 31 12:18:53 2006 -0800 |
tree | 95233412196f8093e2e82437afeeadd2e479040c | |
parent | 3691c5199e8a4be1c7a91b5ab925db5feb866e19 [diff] |
[PATCH] __mod_timer: simplify ->base changing Since base and new_base are of the same type now, we can save one 'if' branch and simplify the code a bit. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>