[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)
commit711e1398d3131fd83aee0a35d450c6e1a809bfb2
tree06c43c8ef3278f27c6d1009b99b32f7b1125200c
parenta2c35d346d9e9555db930f9035d0e628bf7f3393
[media] az6007: Be sure to use kmalloc'ed buffer for transfers

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>
drivers/media/dvb/dvb-usb/az6007.c
This page took 0.032626 seconds and 5 git commands to generate.