Re: [PATCH 1/8] m88ds3103: do not return error from get_frontend() when not ready

2015-05-18 Thread Jemma Denson
Hi Antti, On 18/05/15 06:08, Antti Palosaari wrote: Do not return error from get_frontend() when status is queried, but device is not ready. dvbv5-zap has habit to call that IOCTL before device is tuned and it also refuses to use DVBv5 statistic after that... In the driver I'm working on I not

[PATCH 1/8] m88ds3103: do not return error from get_frontend() when not ready

2015-05-17 Thread Antti Palosaari
Do not return error from get_frontend() when status is queried, but device is not ready. dvbv5-zap has habit to call that IOCTL before device is tuned and it also refuses to use DVBv5 statistic after that... Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/m88ds3103.c | 2 +- 1 fil