commit | 908a5544cd29ed60114ed60bded6dbe8cdd56326 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Tue Jun 30 10:59:04 2015 +1000 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jul 07 14:27:03 2015 +0300 |
tree | f5e2af14e04fb053e296b64ec79855bd08f69952 | |
parent | bcfeacab45e6d419c6bafc0e57ea4b1125e23231 [diff] |
virtio scsi: fix unused variable warning drivers/scsi/virtio_scsi.c: In function 'virtscsi_probe': drivers/scsi/virtio_scsi.c:952:11: warning: unused variable 'host_prot' [-Wunused-variable] int err, host_prot; ^ Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>