Re: [RFC 3/5] media: get rid of get_property() callback

2017-09-14 Thread Michael Ira Krufky
On Thu, Sep 14, 2017 at 7:44 AM, Mauro Carvalho Chehab wrote: > Only lg2160 implement gets_property, but there's no need for that, > as no other driver calls this callback, as get_frontend() does the > same, and set_frontend() also calls lg2160 get_frontend(). > > So, get rid of it. > > Signed-off

[RFC 3/5] media: get rid of get_property() callback

2017-09-14 Thread Mauro Carvalho Chehab
Only lg2160 implement gets_property, but there's no need for that, as no other driver calls this callback, as get_frontend() does the same, and set_frontend() also calls lg2160 get_frontend(). So, get rid of it. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-core/dvb_frontend.c | 9