From: Dan Carpenter Date: Thu, 4 Dec 2014 10:56:10 +0000 (+0300) Subject: mpt2sas: issue_reset is uninitialized X-Git-Tag: fixes-v4.0-rc1~143^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51e3a4fc45dab1b96159f02a610cccf58d1cfe3;p=pandora-kernel.git mpt2sas: issue_reset is uninitialized The "issue_reset" variable can be used uninitialized. It should be set to false at the start. Also I cleaned up the types by using bool. Signed-off-by: Dan Carpenter Acked-by: Sreekanth Reddy Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed