Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [media] drivers/media/pci: use memmove for overlapping regions | Nickolai Zeldovich | 2013-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | Change several memcpy() to memmove() in cases when the regions are definitely overlapping; memcpy() of overlapping regions is undefined behavior in C and can produce different results depending on the compiler, the memcpy implementation, etc. Cc: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||||
* | [media] rename most media/video pci drivers to media/pci | Mauro Carvalho Chehab | 2012-08-15 | 1 | -0/+277 |
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> |