Re: [PATCH 2/2] [media] dvb_frontend: Require FE_HAS_PARAMETERS for get_frontend()

2012-01-19 Thread Patrick Boettcher
Hi Mauro, On Wednesday 18 January 2012 18:51:25 Mauro Carvalho Chehab wrote: Calling get_frontend() before having either the frontend locked or the network signaling carriers locked won't work. So, block it at the DVB core. I like the idea and also the implementation. But before merging this

Re: [PATCH 2/2] [media] dvb_frontend: Require FE_HAS_PARAMETERS for get_frontend()

2012-01-19 Thread Mauro Carvalho Chehab
Em 19-01-2012 08:07, Patrick Boettcher escreveu: Hi Mauro, On Wednesday 18 January 2012 18:51:25 Mauro Carvalho Chehab wrote: Calling get_frontend() before having either the frontend locked or the network signaling carriers locked won't work. So, block it at the DVB core. I like the idea

[PATCH 2/2] [media] dvb_frontend: Require FE_HAS_PARAMETERS for get_frontend()

2012-01-18 Thread Mauro Carvalho Chehab
Calling get_frontend() before having either the frontend locked or the network signaling carriers locked won't work. So, block it at the DVB core. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/dvb/dvb-core/dvb_frontend.c | 50 ++-- 1 files