]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (11140): usbvision: fix oops on ARM platform when allocating transfer buffers
authorDevin Heitmueller <dheitmueller@linuxtv.org>
Mon, 23 Mar 2009 02:39:12 +0000 (23:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:31 +0000 (12:43 -0300)
commitdce80dd79ed02d32b8de983c31b878a9af97cbd2
tree79503cefb50521d5c4f8179014593f039bc62c44
parenta1a0c36b8f124a5b13aabcc29e437ce26c80263c
V4L/DVB (11140): usbvision: fix oops on ARM platform when allocating transfer buffers

Add missing URB_NO_TRANSFER_DMA_MAP flag, since the use of consistent memory
is not permitted for DMA on the ARM platform.

Thanks to Paul Thomas <pthomas8589@gmail.com> for providing sample ARM hardware
that was experiencing the oops (tested on the at91rm9200 based LinuxStamp).

Thanks to David Brownell <david-b@pacbell.net> for providing insight into the
ARM memory architecture.

Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/usbvision/usbvision-core.c