commit | bc081cc8693800ebb118cc2cc6a859dd0b45921b | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Feb 01 11:50:42 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Feb 08 10:46:58 2010 -0200 |
tree | 16d40582cfbdfefa332ba05aa8f717a08ec5f81b | |
parent | adefdceef4c1cefee2678724cd57824c8ca80091 [diff] |
V4L/DVB: dvb_demux: Don't use vmalloc at dvb_dmx_swfilter_packet As dvb_dmx_swfilter_packet() is protected by a spinlock, it shouldn't sleep. However, vmalloc() may call sleep. So, move the initialization of dvb_demux::cnt_storage field to a better place. Reviewed-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>