[media] az6007: Be sure to use kmalloc'ed buffer for transfers
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 21 Jan 2012 14:53:18 +0000 (11:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 21 Jan 2012 15:47:02 +0000 (13:47 -0200)
USB data transfers may not work if the buffer is allocated at
the stack. Be sure to use kmalloc on all places where a buffer
is needed.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found