]> git.karo-electronics.de Git - mv-sheeva.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)
commit6861800c1512ca8452c5f350a7c0af445ece773b
tree7c0f4898aebf138a72fadf069d01396beb053a0f
parentc641a18969178ac1649e022156c85adb7c889451
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