From: Klaus-Dieter Wacker Date: Wed, 14 Oct 2009 22:54:57 +0000 (+0000) Subject: lcs: ODEBUG: object is on stack, but not annotated. X-Git-Tag: v2.6.33-rc1~388^2~774 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d62e09e34eba15be382a7aed27b0fa67112e29e0;p=pandora-kernel.git lcs: ODEBUG: object is on stack, but not annotated. Timer_list structure in lcs_send_lancmd() is allocated on stack. Initialization with init_timer() leads to above ODEBUG message. Instead use init_timer_on_stack() which prevents above msg. Signed-off-by: Klaus-Dieter Wacker Signed-off-by: Ursula Braun Signed-off-by: David S. Miller --- Reading git-diff-tree failed