X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fchar%2Fvirtio_console.c;h=50754d2033100851b87f78d06401a3c5c137262d;hb=38fe44e61a894f1c7b3e60b0614030271070ea53;hp=72d7028f779b55801795ef0fe49d9dda8cde7970;hpb=a39ef1a7c6093bbd4e0a8197350b99cd635e5446;p=karo-tx-linux.git diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index 72d7028f779b..50754d203310 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -355,7 +355,7 @@ static inline bool use_multiport(struct ports_device *portdev) * early_init */ if (!portdev->vdev) - return 0; + return false; return __virtio_test_bit(portdev->vdev, VIRTIO_CONSOLE_F_MULTIPORT); }