On Sat, 2021-01-09 at 17:43 +0530, Sri Laasya Nutheti wrote: > Line 146 had a comma in place of a semicolon. Fix it. > > Signed-off-by: Sri Laasya Nutheti <nutheti.laasya@xxxxxxxxx> > --- > v3: Corrected email recipients > drivers/staging/media/rkvdec/rkvdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/media/rkvdec/rkvdec.c b/drivers/staging/media/rkvdec/rkvdec.c > index aa4f8c287618..d3eb81ee8dc2 100644 > --- a/drivers/staging/media/rkvdec/rkvdec.c > +++ b/drivers/staging/media/rkvdec/rkvdec.c > @@ -143,7 +143,7 @@ static void rkvdec_reset_fmt(struct rkvdec_ctx *ctx, struct v4l2_format *f, > memset(f, 0, sizeof(*f)); > f->fmt.pix_mp.pixelformat = fourcc; > f->fmt.pix_mp.field = V4L2_FIELD_NONE; > - f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_REC709, > + f->fmt.pix_mp.colorspace = V4L2_COLORSPACE_REC709; > f->fmt.pix_mp.ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT; > f->fmt.pix_mp.quantization = V4L2_QUANTIZATION_DEFAULT; > f->fmt.pix_mp.xfer_func = V4L2_XFER_FUNC_DEFAULT; A fix was sent already for this: https://patchwork.kernel.org/project/linux-rockchip/patch/20201204233743.GA8530@linuxmint-midtower-pc/ Thanks, Ezequiel _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel