From: Jaswinder Singh Rajput Date: Tue, 16 Jun 2009 22:33:46 +0000 (-0700) Subject: Documentation/accounting/getdelays.c intialize the variable before using it X-Git-Tag: v2.6.31-rc1~299^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d9a86590fb334d28c5905a4c419ece7d08e37d;p=pandora-kernel.git 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 Acked-by: Balbir Singh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed