Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349468
b: refs/heads/master
c: 71f1e45
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Nicholas Bellinger committed Jan 31, 2013
1 parent a441a5b commit 5a3fee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b4b0dcbf70d10f3acd6a88fca0679ca711066e0
refs/heads/master: 71f1e45aa9974926c3eb511ac488119ed59d7a82
4 changes: 1 addition & 3 deletions trunk/drivers/vhost/tcm_vhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,8 @@ static void vhost_scsi_handle_vq(struct vhost_scsi *vs)

/* Must use ioctl VHOST_SCSI_SET_ENDPOINT */
tv_tpg = vs->vs_tpg;
if (unlikely(!tv_tpg)) {
pr_err("%s endpoint not set\n", __func__);
if (unlikely(!tv_tpg))
return;
}

mutex_lock(&vq->mutex);
vhost_disable_notify(&vs->dev, vq);
Expand Down

0 comments on commit 5a3fee8

Please sign in to comment.