commit | 1e63bc7342c40f0f1dd83d80d368665bd06f4963 | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@us.ibm.com> | Sat Sep 10 00:27:31 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:39 2005 -0700 |
tree | b47bce901b973c195d480f4b8f2d52c6d8bcc98d | |
parent | 7b4ccf8db4c1dc343ad5d6ed19240bbc3b5f945f [diff] |
[PATCH] telephony: fix-up schedule_timeout() usage Use schedule_timeout_uninterruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>