linux/drivers/media/test-drivers/vivid
Hans Verkuil 10939357c4 media: vivid: use VIVID_MODULE_NAME to fill bus_info
Fixes this compiler warning:

drivers/media/test-drivers/vivid/vivid-core.c: In function 'vidioc_querycap':
drivers/media/test-drivers/vivid/vivid-core.c:243:35: warning: '%s' directive output may be truncated writing up to 35 bytes into a region of size 23 [-Wformat-truncation=]
  243 |                         "platform:%s", dev->v4l2_dev.name);
      |                                   ^~
drivers/media/test-drivers/vivid/vivid-core.c:242:9: note: 'snprintf' output between 10 and 45 bytes into a destination of size 32
  242 |         snprintf(cap->bus_info, sizeof(cap->bus_info),
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  243 |                         "platform:%s", dev->v4l2_dev.name);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-09-27 10:47:23 +02:00
..
Kconfig media/vivid: Use fbdev I/O helpers 2023-08-04 15:54:34 +02:00
Makefile
vivid-cec.c media: vivid: add signal-free time for cec message xfer 2021-09-30 10:07:55 +02:00
vivid-cec.h media: vivid: add signal-free time for cec message xfer 2021-09-30 10:07:55 +02:00
vivid-core.c media: vivid: use VIVID_MODULE_NAME to fill bus_info 2023-09-27 10:47:23 +02:00
vivid-core.h media: vivid: drop bitmap and clipping output overlay support 2023-03-20 00:30:27 +01:00
vivid-ctrls.c vivid: add INTEGER and INTEGER64 test control arrays 2022-10-24 19:03:53 +02:00
vivid-ctrls.h
vivid-kthread-cap.c media: vivid: drop bitmap and clipping output overlay support 2023-03-20 00:30:27 +01:00
vivid-kthread-cap.h
vivid-kthread-out.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
vivid-kthread-out.h
vivid-kthread-touch.c media: vivid: use time_is_after_jiffies() instead of open coding it 2022-02-22 09:41:13 +01:00
vivid-kthread-touch.h
vivid-meta-cap.c
vivid-meta-cap.h
vivid-meta-out.c
vivid-meta-out.h
vivid-osd.c media/vivid: Use fbdev I/O helpers 2023-08-04 15:54:34 +02:00
vivid-osd.h
vivid-radio-common.c
vivid-radio-common.h
vivid-radio-rx.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
vivid-radio-rx.h
vivid-radio-tx.c
vivid-radio-tx.h
vivid-rds-gen.c media: vivid: avoid integer overflow 2023-09-27 10:47:22 +02:00
vivid-rds-gen.h
vivid-sdr-cap.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
vivid-sdr-cap.h
vivid-touch-cap.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
vivid-touch-cap.h
vivid-vbi-cap.c media: vivid: use vb2_queue_change_type 2021-06-08 12:06:55 +02:00
vivid-vbi-cap.h
vivid-vbi-gen.c media: vivid: remove redundant assignment to variable checksum 2022-10-24 19:03:54 +02:00
vivid-vbi-gen.h
vivid-vbi-out.c
vivid-vbi-out.h
vivid-vid-cap.c media: vivid: Extend FPS rates offered by simulated webcam 2023-05-25 16:21:20 +02:00
vivid-vid-cap.h media: vivid: drop overlay support 2023-03-20 00:29:46 +01:00
vivid-vid-common.c media: vivid: Add support for the new YUVA and YUVX formats 2022-07-15 15:01:51 +01:00
vivid-vid-common.h
vivid-vid-out.c media: vivid: drop bitmap and clipping output overlay support 2023-03-20 00:30:27 +01:00
vivid-vid-out.h