Re: [PATCH] media: platform: mtk-vcodec: Do not force /dev/videoX node number

From: AngeloGioacchino Del Regno
Date: Wed Jan 19 2022 - 04:10:51 EST


Il 18/01/22 16:07, Benjamin Gaignard ha scritto:
Let's v4l2 framework use a free /dev/videoX node for decode and encoder.
For the decoder call video_register_device() before register the media
controller device so the mapping between ins correctly done.
Since the registering sequence has changed rework exiting errors case too.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxxxxxxxxx>

Hello Benjamin,
please add the following Fixes tags to this commit:

Fixes: 590577a4e525 ("[media] vcodec: mediatek: Add Mediatek V4L2 Video Decoder Driver")

Fixes: 4e855a6efa54 ("[media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver")

After that..

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>