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