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)
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

Simple merge