Merge tag 'br-v6.2d' of git://linuxtv.org/hverkuil/media_tree into media_stage
authorMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 15 Nov 2022 12:11:46 +0000 (12:11 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 15 Nov 2022 12:11:46 +0000 (12:11 +0000)
Tag branch

* tag 'br-v6.2d' of git://linuxtv.org/hverkuil/media_tree: (35 commits)
  media: saa7164: remove variable cnt
  atomisp: fix potential NULL pointer dereferences
  radio-terratec: Remove variable p
  media: platform: s5p-mfc: Fix spelling mistake "mmaping" -> "mmapping"
  media: platform: mtk-mdp3: remove unused VIDEO_MEDIATEK_VPU config
  media: vivid: remove redundant assignment to variable checksum
  media: cedrus: h264: Optimize mv col buffer allocation
  media: cedrus: h265: Associate mv col buffers with buffer
  media: mediatek: vcodec: fix h264 cavlc bitstream fail
  media: cedrus: hevc: Fix offset adjustments
  media: imx-jpeg: Fix Coverity issue in probe
  media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptions
  media: atomisp: Fix spelling mistake "mis-match" -> "mismatch"
  media: c8sectpfe: Add missed header(s)
  media: adv748x: afe: Select input port when initializing AFE
  media: vimc: Update device configuration in the documentation
  media: adv748x: Remove dead function declaration
  media: mxl5005s: Make array RegAddr static const
  media: atomisp: Fix spelling mistake "modee" -> "mode"
  media: meson/vdec: always init coef_node_start
  ...

1  2 
drivers/media/platform/aspeed/aspeed-video.c
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
drivers/media/v4l2-core/v4l2-ioctl.c
drivers/staging/media/sunxi/cedrus/cedrus.h
drivers/staging/media/sunxi/cedrus/cedrus_h264.c
drivers/staging/media/sunxi/cedrus/cedrus_h265.c
include/uapi/linux/videodev2.h

Simple merge
index c139a37a567c1063fee2b6ed9b9b7bc945792d4f,c92dec21c1ac980dc8b575ee907612369d7acdf5..dfb401df138a9ee71748aa6666dea305a848d236
@@@ -496,8 -516,9 +516,9 @@@ static void cedrus_h264_irq_disable(str
  static int cedrus_h264_setup(struct cedrus_ctx *ctx, struct cedrus_run *run)
  {
        struct cedrus_dev *dev = ctx->dev;
+       int ret;
  
 -      cedrus_engine_enable(ctx, CEDRUS_CODEC_H264);
 +      cedrus_engine_enable(ctx);
  
        cedrus_write(dev, VE_H264_SDROT_CTRL, 0);
        cedrus_write(dev, VE_H264_EXTRA_BUFFER1,
Simple merge