commit | c51e3a4fc45dab1b96159f02a610cccf58d1cfe3 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 04 13:56:10 2014 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jan 09 15:44:22 2015 +0100 |
tree | 193b722e8e7eb02199fe17ab5831bb0917c8539a | |
parent | 2195d9690464445d0c30ee8170030a8e696f2053 [diff] |
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 <dan.carpenter@oracle.com> Acked-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com> Signed-off-by: Christoph Hellwig <hch@lst.de>