From: Marcel Holtmann Date: Thu, 21 Dec 2006 22:06:24 +0000 (+0100) Subject: [PATCH] Call init_timer() for ISDN PPP CCP reset state timer X-Git-Tag: v2.6.20-rc2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab6df63086762629936e8b89a5984bae39724f6;p=pandora-kernel.git [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 Cc: Al Viro Cc: Karsten Keil Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed