summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core/dvb_frontend.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-14 07:44:22 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-10-11 12:52:16 -0400
commit6680e73b5226114992acfc11f9cf5730f706fb01 (patch)
treeb1b8eda2b50c7f5a963c5b33cdf9fe0b101838dd /drivers/media/dvb-core/dvb_frontend.c
parent8f8a19fcc1a89b83d0ab6d7cf2bcdd272dbd4334 (diff)
media: dvb_frontend: get rid of set_property() callback
Now that all clients of set_property() were removed, get rid of this callback. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-core/dvb_frontend.c')
-rw-r--r--drivers/media/dvb-core/dvb_frontend.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/dvb-core/dvb_frontend.c b/drivers/media/dvb-core/dvb_frontend.c
index cafc51b303e2..730d9901a977 100644
--- a/drivers/media/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb-core/dvb_frontend.c
@@ -1749,13 +1749,6 @@ static int dtv_property_process_set(struct dvb_frontend *fe,
int r = 0;
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
- /* Allow the frontend to validate incoming properties */
- if (fe->ops.set_property) {
- r = fe->ops.set_property(fe, tvp);
- if (r < 0)
- return r;
- }
-
dtv_property_dump(fe, true, tvp);
switch(tvp->cmd) {