s390: use false/true when using bool
Yet another trivial patch to reduce the noise that coccinelle generates. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
0b92515916
commit
970ba6ac6a
@@ -659,7 +659,7 @@ static int virtio_ccw_find_vqs(struct virtio_device *vdev, unsigned nvqs,
|
||||
ret = virtio_ccw_register_adapter_ind(vcdev, vqs, nvqs, ccw);
|
||||
if (ret)
|
||||
/* no error, just fall back to legacy interrupts */
|
||||
vcdev->is_thinint = 0;
|
||||
vcdev->is_thinint = false;
|
||||
}
|
||||
if (!vcdev->is_thinint) {
|
||||
/* Register queue indicators with host. */
|
||||
|
Reference in New Issue
Block a user