commit | bf5ea6fba78b62a4d4b70151143077131ccf32a8 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <der.herr@hofr.at> | Wed Mar 22 11:44:22 2017 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Apr 06 13:14:32 2017 -0400 |
tree | 4144c336798d7e8e5a1733ca08916e72222f55ae | |
parent | a06586325f371c0f0f6095454b5beca0602eaab4 [diff] |
scsi: qla4xxx: drop redundant init_completion The redundant init_completion() here seems to be a cut&past error as struct scsi_qla_host only has 4 completion elements to initialize, thus the duplicate init_completion(disable_acb_comp) is simply removed. Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>