]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/watchdog.c
kernel/watchdog: Initialize 'result'
authorKulikov Vasiliy <segooon@gmail.com>
Mon, 5 Jul 2010 08:00:54 +0000 (12:00 +0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 7 Jul 2010 06:46:42 +0000 (08:46 +0200)
commiteb703f98191a505f78d0066712ad67d5dedc4c90
tree5dc85a0e152c6b4d25816f4ba5f98d3207054c20
parente35e7fb0e9ea557f7504ced6fe4ccf69e44b7f07
kernel/watchdog: Initialize 'result'

Variable on the stack is not initialized to zero, do it
explicitly.

This bug was found by a compiler warning:

 kernel/watchdog.c:463: warning: 'result' may be used uninitialized in this function

Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
Acked-by: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <1278316854-28442-1-git-send-email-segooon@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/watchdog.c