From: Frank Munzert Date: Fri, 11 Sep 2009 08:28:39 +0000 (+0200) Subject: [S390] tape: use init_timer_on_stack() rather than init_timer() X-Git-Tag: v2.6.32-rc1~734^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6292b9ef5a4e85d6b782412a85725dd38df24b85;p=pandora-kernel.git [S390] tape: use init_timer_on_stack() rather than init_timer() With CONFIG_DEBUG_OBJECTS_TIMERS=y "chccwdev --online" for a tape device will fail with message "ODEBUG: object is on stack, but not annotated". We now use init_timer_on_stack. Signed-off-by: Frank Munzert Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed