aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/zoran/videocodec.c
Commit message (Collapse)AuthorAge
* [media] drivers/media/pci/zoran: avoid fragile snprintf useRasmus Villemoes2016-05-07
| | | | | | | | Appending to a string by doing snprintf(buf, bufsize, "%s...", buf, ...) is not guaranteed to work. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
* [media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab2012-08-15
Rename all PCI drivers with their own directory under drivers/media/video into drivers/media/pci and update the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>