Skip to content

Commit

Permalink
Merge tag 'kvm-s390-20141103' of git://git.kernel.org/pub/scm/linux/k…
Browse files Browse the repository at this point in the history
…ernel/git/kvms390/linux into kvm-master

Fix a build warning in virtio-ccw introduced during the merge window.
  • Loading branch information
Paolo Bonzini committed Nov 3, 2014
2 parents 0df1f24 + f7ceb0d commit bc79a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/s390/kvm/virtio_ccw.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@ static void virtio_ccw_int_handler(struct ccw_device *cdev,
struct virtio_ccw_device *vcdev = dev_get_drvdata(&cdev->dev);
int i;
struct virtqueue *vq;
struct virtio_driver *drv;

if (!vcdev)
return;
Expand Down

0 comments on commit bc79a31

Please sign in to comment.