alistair23-linux/drivers/media/pci/tw686x
Nicolas Iooss 92fbeb40b1 [media] tw686x: silent -Wformat-security warning
Using sprintf() with a non-literal string makes some compiler complain
when building with -Wformat-security (eg. clang reports "format string
is not a string literal (potentially insecure)").

Here sprintf() format parameter is indirectly a literal string so there
is no security issue.  Nevertheless adding a "%s" format string to
silent the warning helps to detect real bugs in the kernel.

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-02-03 07:20:19 -02:00
..
Kconfig [media] tw686x: Add support for DMA scatter-gather mode 2016-06-28 07:50:09 -03:00
Makefile [media] media: Support Intersil/Techwell TW686x-based video capture cards 2016-04-20 13:37:32 -03:00
tw686x-audio.c [media] pci: constify snd_pcm_ops structures 2016-09-19 16:18:42 -03:00
tw686x-core.c [media] tw686x: silent -Wformat-security warning 2017-02-03 07:20:19 -02:00
tw686x-regs.h [media] tw686x: audio: Allow to configure the period size 2016-06-28 07:52:12 -03:00
tw686x-video.c [media] pci: constify vb2_ops structures 2016-09-19 16:21:42 -03:00
tw686x.h [media] media/pci/tw686x: convert driver to use the new vb2_queue dev field 2016-07-08 14:37:50 -03:00