commit | dab6df63086762629936e8b89a5984bae39724f6 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Thu Dec 21 23:06:24 2006 +0100 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Dec 22 14:31:24 2006 -0800 |
tree | 9071f108ef5451e1c95f7d682076b37950fdba95 | |
parent | f2a67a576959025549a3b6a884bdd21f4dc107da [diff] |
[PATCH] Call init_timer() for ISDN PPP CCP reset state timer The function isdn_ppp_ccp_reset_alloc_state() sets ->timer.function and ->timer.data and later on calls add_timer() with no init_timer() ever done. Noted by Al Viro. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>