mpt3sas: issue_reset is uninitialized
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 4 Dec 2014 10:57:05 +0000 (13:57 +0300)
committerChristoph Hellwig <hch@lst.de>
Fri, 9 Jan 2015 14:44:23 +0000 (15:44 +0100)
commiteb44552b98b414f00762ede69e5a8398bb50766f
tree25a8b0abe69cd6bd30c0979719bcdf86bfe53019
parentc51e3a4fc45dab1b96159f02a610cccf58d1cfe3
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 <dan.carpenter@oracle.com>
Acked-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/mpt3sas/mpt3sas_base.c