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:
c51e3a4
)
mpt3sas: issue_reset is uninitialized
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 4 Dec 2014 10:57:05 +0000
(13:57 +0300)
committer
Christoph 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
patch
|
blob
|
history
diff --cc
drivers/scsi/mpt3sas/mpt3sas_base.c
Simple merge