OSDN Git Service

media: staging: media: imx: remove commented code
authorDeepak R Varma <mh12gx2825@gmail.com>
Fri, 16 Oct 2020 17:40:33 +0000 (19:40 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:10 +0000 (10:31 +0100)
The virtual channel is always treated as 0 once the stream enters
CSI's. Commented code in the "#if 0" can be safely removed as it will
not serve any purpose in future.  Issue reported by checkpatch script.

Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com>
Acked-by: Steve Longerbeam <slongerbeam@gmail.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 21ebf77..9320e39 100644 (file)
@@ -1131,13 +1131,6 @@ static int csi_link_validate(struct v4l2_subdev *sd,
                 * enters the CSI's however, they are treated internally
                 * in the IPU as virtual channel 0.
                 */
-#if 0
-               mutex_unlock(&priv->lock);
-               vc_num = imx_media_find_mipi_csi2_channel(&priv->sd.entity);
-               if (vc_num < 0)
-                       return vc_num;
-               mutex_lock(&priv->lock);
-#endif
                ipu_csi_set_mipi_datatype(priv->csi, vc_num,
                                          &priv->format_mbus[CSI_SINK_PAD]);
        }