summaryrefslogtreecommitdiff
path: root/drivers/media/video/tda9840.c
diff options
context:
space:
mode:
authorMing Lei <tom.leiming@gmail.com>2008-09-16 03:32:20 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 09:37:08 -0200
commita31a4055473bf0a7b2b06cb2262347200d0711e1 (patch)
tree296667c25e67acd933c55c71b85b619b5918ae5e /drivers/media/video/tda9840.c
parentd63beb9ef004ff9587b3c466361276254d57d7a7 (diff)
V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4
The status[] is part of uvc_device structure. We can't make sure the address of status is at a cache-line boundary in all archs,so status[] might share a cache-line with some fields in uvc_structure. This can lead to some cache coherence issues(http://lwn.net/Articles/2265/). Use dynamically allocated buffer instead. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Acked-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/tda9840.c')
0 files changed, 0 insertions, 0 deletions