media: rp1: cfe: Fix default meta format's field
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Mon, 2 Oct 2023 11:38:07 +0000 (14:38 +0300)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:03 +0000 (11:35 +0000)
commit000d2a0deca8f9dc35d7fba72e6ba89c15ce250f
treef9fecfb682c57d0f9e80ecc726e39d2811d5b312
parent53cca2cccba559be7ca845a596e288150ae2933f
media: rp1: cfe: Fix default meta format's field

Set default meta format's field to V4L2_FIELD_NONE, instead of zeroing
it which indicates V4L2_FIELD_ANY. Metadata doesn't have fields, so NONE
makes sense, and furthermore the default v4l2 link validation will check
for matching fields, or that the sink field is NONE.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
drivers/media/platform/raspberrypi/rp1_cfe/cfe.c