]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
scsi: qla4xxx: drop redundant init_completion
authorNicholas Mc Guire <der.herr@hofr.at>
Wed, 22 Mar 2017 10:44:22 +0000 (11:44 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 6 Apr 2017 17:14:32 +0000 (13:14 -0400)
commitbf5ea6fba78b62a4d4b70151143077131ccf32a8
tree4144c336798d7e8e5a1733ca08916e72222f55ae
parenta06586325f371c0f0f6095454b5beca0602eaab4
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>
drivers/scsi/qla4xxx/ql4_os.c