Re: [PATCH 5/5] media: dvb_frontend: get rid of set_property() callback

2017-09-15 Thread Mauro Carvalho Chehab
Em Fri, 15 Sep 2017 06:11:01 -0300 Mauro Carvalho Chehab escreveu: > Now that all clients of set_property() were removed, get rid > of this callback. > > Signed-off-by: Mauro Carvalho Chehab > --- > drivers/media/dvb-core/dvb_frontend.c | 7 --- > drivers/media/dvb-core/dvb_frontend.h | 2

[PATCH 5/5] media: dvb_frontend: get rid of set_property() callback

2017-09-15 Thread Mauro Carvalho Chehab
Now that all clients of set_property() were removed, get rid of this callback. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-core/dvb_frontend.c | 7 --- drivers/media/dvb-core/dvb_frontend.h | 2 -- 2 files changed, 9 deletions(-) diff --git a/drivers/media/dvb-core/dvb_fronte