Re: [PATCH 02/25] media: dvb_frontend: fix return values for FE_SET_PROPERTY

2017-09-21 Thread Shuah Khan
On 09/20/2017 01:11 PM, Mauro Carvalho Chehab wrote: > There are several problems with regards to the return of > FE_SET_PROPERTY. The original idea were to return per-property > return codes via tvp->result field, and to return an updated > set of values. > > However, that never worked. What's

[PATCH 02/25] media: dvb_frontend: fix return values for FE_SET_PROPERTY

2017-09-20 Thread Mauro Carvalho Chehab
There are several problems with regards to the return of FE_SET_PROPERTY. The original idea were to return per-property return codes via tvp->result field, and to return an updated set of values. However, that never worked. What's actually implemented is: - the FE_SET_PROPERTY implementation