Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/powervm/ibmvscsis in…
Browse files Browse the repository at this point in the history
…to test_prototype
  • Loading branch information
Bryant Ly committed Apr 6, 2016
2 parents b8b06b9 + 009a24a commit 918dac0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/scsi/ibmvscsi/ibmvscsis.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ static struct se_wwn *ibmvscsis_make_tport(struct target_fabric_configfs *tf,
int ret;

tport = ibmvscsis_lookup_port(name);

ret = -EINVAL;
if(!tport)
goto err;
Expand Down Expand Up @@ -1558,7 +1557,6 @@ static void crq_queue_destroy(struct ibmvscsis_adapter *adapter)

free_irq(vdev->irq, (void *)adapter);
tasklet_kill(&adapter->work_task);
// flush_workqueue(ibmvscsis_work);
h_free_crq(vdev->unit_address);
dma_unmap_single(&adapter->dma_dev->dev, queue->msg_token,
queue->size * sizeof(*queue->msgs), DMA_BIDIRECTIONAL);
Expand Down

0 comments on commit 918dac0

Please sign in to comment.