diff options
author | 2021-01-18 16:37:00 +0100 | |
---|---|---|
committer | 2021-01-26 19:14:33 +0100 | |
commit | a53e3c189cc6460b60e152af3fc24edf8e0ea9d2 (patch) | |
tree | 35cde5f425cf69170b28b1e4f19a069783c45188 /net/lapb/lapb_out.c | |
parent | media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing" (diff) | |
download | linux-dev-a53e3c189cc6460b60e152af3fc24edf8e0ea9d2.tar.xz linux-dev-a53e3c189cc6460b60e152af3fc24edf8e0ea9d2.zip |
media: v4l2-subdev.h: BIT() is not available in userspace
The BIT macro is not available in userspace, so replace BIT(0) by
0x00000001.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Fixes: 6446ec6cbf46 ("media: v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctl")
Cc: <stable@vger.kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions