summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-11-27 16:26:10 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2023-11-27 16:26:10 -0800
commitd095b18f3e22257ab5fb0d1eae76bf1c0f5260f8 (patch)
tree219b4d6cfdc685cc4e322ad54b98d153ad31141a /include
parent2cc14f52aeb78ce3f29677c2de1f06c0e91471ab (diff)
parent32138be394e5d32c095a413949e6ab4875b2aec0 (diff)
downloadlinux-stable-d095b18f3e22257ab5fb0d1eae76bf1c0f5260f8.tar.gz
linux-stable-d095b18f3e22257ab5fb0d1eae76bf1c0f5260f8.tar.bz2
linux-stable-d095b18f3e22257ab5fb0d1eae76bf1c0f5260f8.zip
Merge tag 'media/v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fixes from Mauro Carvalho Chehab. * tag 'media/v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: media: pci: mgb4: add COMMON_CLK dependency media: v4l2-subdev: Fix a 64bit bug media: mgb4: Added support for T200 card variant media: vsp1: Remove unbalanced .s_stream(0) calls
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/v4l2-subdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/v4l2-subdev.h b/include/uapi/linux/v4l2-subdev.h
index 4a195b68f28f..b383c2fe0cf3 100644
--- a/include/uapi/linux/v4l2-subdev.h
+++ b/include/uapi/linux/v4l2-subdev.h
@@ -239,7 +239,7 @@ struct v4l2_subdev_routing {
* set (which is the default), the 'stream' fields will be forced to 0 by the
* kernel.
*/
- #define V4L2_SUBDEV_CLIENT_CAP_STREAMS (1U << 0)
+ #define V4L2_SUBDEV_CLIENT_CAP_STREAMS (1ULL << 0)
/**
* struct v4l2_subdev_client_capability - Capabilities of the client accessing