linux/drivers/s390
Klaus-Dieter Wacker d62e09e34e 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 <kdwacker@de.ibm.com>
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-17 23:57:21 -07:00
..
block Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 2009-09-23 10:02:14 -07:00
char headers: utsname.h redux 2009-09-23 18:13:10 -07:00
cio const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
crypto [S390] zcrypt: Do not add/remove devices in s/r callbacks 2009-09-22 22:58:46 +02:00
kvm [S390] kvm: use console_initcall() to initialize s390 virtio console 2009-09-11 10:29:52 +02:00
net lcs: ODEBUG: object is on stack, but not annotated. 2009-10-17 23:57:21 -07:00
scsi trivial: remove unnecessary semicolons 2009-09-21 15:14:58 +02:00
Makefile [S390] split/move machine check handler code 2009-03-26 15:24:10 +01:00