|
@@ -758,7 +758,7 @@ static int virtio_ccw_finalize_features(struct virtio_device *vdev)
|
|
struct virtio_feature_desc *features;
|
|
struct virtio_feature_desc *features;
|
|
struct ccw1 *ccw;
|
|
struct ccw1 *ccw;
|
|
|
|
|
|
- if (vcdev->revision == 1 &&
|
|
|
|
|
|
+ if (vcdev->revision >= 1 &&
|
|
!__virtio_test_bit(vdev, VIRTIO_F_VERSION_1)) {
|
|
!__virtio_test_bit(vdev, VIRTIO_F_VERSION_1)) {
|
|
dev_err(&vdev->dev, "virtio: device uses revision 1 "
|
|
dev_err(&vdev->dev, "virtio: device uses revision 1 "
|
|
"but does not have VIRTIO_F_VERSION_1\n");
|
|
"but does not have VIRTIO_F_VERSION_1\n");
|