git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2195d96
)
mpt2sas: issue_reset is uninitialized
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 4 Dec 2014 10:56:10 +0000
(13:56 +0300)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 9 Jan 2015 14:44:22 +0000
(15:44 +0100)
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>
drivers/scsi/mpt2sas/mpt2sas_base.c
patch
|
blob
|
history
diff --cc
drivers/scsi/mpt2sas/mpt2sas_base.c
Simple merge