]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB: pvrusb2: Avoid using stack allocated buffers when performing USB I/O
authorMike Isely <isely@pobox.com>
Sat, 15 May 2010 03:09:47 +0000 (00:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 1 Jun 2010 04:19:47 +0000 (01:19 -0300)
commit8664ba4e024adbaf39c8b6e43c209d5a57780b4e
tree7c0f4898aebf138a72fadf069d01396beb053a0f
parent17137a2b7d3b3b0fe7e9b8a3899ebae4803b50b5
V4L/DVB: pvrusb2: Avoid using stack allocated buffers when performing USB I/O

Drivers shouldn't assume that the stack is DMA-safe.

[mchehab@redhat.com: fix patch description]
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-hdw.c