media: imx: fix boolreturn.cocci warning:
authorGuo Zhengkui <guozhengkui@vivo.com>
Mon, 15 Nov 2021 06:54:58 +0000 (07:54 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 30 Nov 2021 11:17:16 +0000 (12:17 +0100)
Fix following boolreturn.cocci warning:
./drivers/staging/media/imx/imx-media-csi.c:153:9-10: WARNING:
 return of 0/1 in function 'requires_passthrough' with return
type bool.

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/imx/imx-media-csi.c

index 1caa100..bd7f156 100644 (file)
@@ -150,7 +150,7 @@ static inline bool requires_passthrough(struct v4l2_fwnode_endpoint *ep,
                                        const struct imx_media_pixfmt *incc)
 {
        if (ep->bus_type == V4L2_MBUS_BT656) // including BT.1120
-               return 0;
+               return false;
 
        return incc->bayer || is_parallel_16bit_bus(ep) ||
                (is_parallel_bus(ep) &&