media: videodev2.h: Fix p_s32 and p_s64 pointer types
authorDaniel Lundberg Pedersen <dlp@qtec.com>
Mon, 1 May 2023 14:57:06 +0000 (16:57 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 25 May 2023 14:21:20 +0000 (16:21 +0200)
commit3f6375a2d1956739c6c8ffa3a862c9278d346940
treeb02c9757fafe6e3f3f0b708335780846f50eefa0
parent8217af0984f962e64a756488d5e33c0cf57b327c
media: videodev2.h: Fix p_s32 and p_s64 pointer types

Use the intended pointer types for p_s32 and p_64 in the union of the
struct v4l2_ext_control.

Fixes: e77eb66342c7 ("videodev2.h: add p_s32 and p_s64 pointers")
Signed-off-by: Daniel Lundberg Pedersen <dlp@qtec.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
include/uapi/linux/videodev2.h