Hi, All. Just a gentle ping on this patch series. I've addressed all the suggested modifications in the cover letter. Please let me know if I missed anything. Thanks. Nas. >-----Original Message----- >From: Nas Chung <nas.chung@xxxxxxxxxxxxxxx> >Sent: Thursday, July 25, 2024 3:11 PM >To: mchehab@xxxxxxxxxx; hverkuil@xxxxxxxxx; bryan.odonoghue@xxxxxxxxxx; >linux-media@xxxxxxxxxxxxxxx >Cc: linux-kernel@xxxxxxxxxxxxxxx; Nas Chung <nas.chung@xxxxxxxxxxxxxxx> >Subject: [RESEND v3 0/3] Change V4L2_TYPE_IS_CAPTURE condition > >Hi, All. > >I'm resending v3 patch series submitted on >https://lore.kernel.org/all/20240604051120.9441-1- >nas.chung@xxxxxxxxxxxxxxx/ > >I have included a cover letter to provide additional context and >facilitate the review process. > > >v3 RESEND >- Add a cover letter > >v3 >- Adding a comment after "V4L2_BUF_TYPE_META_OUTPUT = 14," >- Fixing a build warning in the venus/vdec.c code >- Removing V4L2_BUF_TYPE_VIDEO_OVERLAY in V4L2_TYPE_IS_OUTPUT() > >v2 >- Improve commit message >- Add V4L2_TYPE_IS_VALID(type) macro > >Nas Chung (3): > media: uapi: v4l: Change V4L2_TYPE_IS_CAPTURE condition > media: qcom: venus: Fix uninitialized variable warning > media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT condition > > drivers/media/platform/qcom/venus/vdec.c | 2 +- > include/uapi/linux/videodev2.h | 11 +++++++++-- > 2 files changed, 10 insertions(+), 3 deletions(-) > >-- >2.25.1