Documentation/accounting/getdelays.c intialize the variable before using it
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Tue, 16 Jun 2009 22:33:46 +0000 (15:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:51 +0000 (19:47 -0700)
commitb8d9a86590fb334d28c5905a4c419ece7d08e37d
tree61c294aeb88aaf87c1a103515431920dd84afc11
parentc67ae69b661f3c2fe1a9c8259bc948c68b082166
Documentation/accounting/getdelays.c intialize the variable before using it

Fix compilation warning:

Documentation/accounting/getdelays.c: In function `main':
Documentation/accounting/getdelays.c:249: warning: `cmd_type' may be used uninitialized in this function

This is in fact a false positive.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: Balbir Singh <balbir@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/accounting/getdelays.c