summarylogtreecommitdiffstats
path: root/kernel-4.15.patch
blob: d4e14d5f2d7d2e06bd40e9566a629d9f6b6031ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0463625ee9e7b7c786460b6c20073e8c8e283466
--- a/vtunerc_main.c
+++ b/vtunerc_main.c
@@ -119,10 +119,6 @@ static int vtunerc_start_feed(struct dvb_demux_feed *feed)
 		break;
 	case DMX_TYPE_SEC:
 		break;
-	case DMX_TYPE_PES:
-		printk(KERN_ERR "vtunerc%d: feed type PES is not supported\n",
-				ctx->idx);
-		return -EINVAL;
 	default:
 		printk(KERN_ERR "vtunerc%d: feed type %d is not supported\n",
 				ctx->idx, feed->type);
--- a/vtunerc_proxyfe.c
+++ b/vtunerc_proxyfe.c
@@ -234,11 +234,6 @@ static int dvb_proxyfe_set_frontend(struct dvb_frontend *fe)
 	return 0;
 }

-static int dvb_proxyfe_get_property(struct dvb_frontend *fe, struct dtv_property* tvp)
-{
-	return 0;
-}
-
 static enum dvbfe_algo dvb_proxyfe_get_frontend_algo(struct dvb_frontend *fe)
 {
 	return DVBFE_ALGO_SW;
@@ -478,7 +473,6 @@ static struct dvb_frontend_ops dvb_proxyfe_qpsk_ops = {
 	.sleep = dvb_proxyfe_sleep,

 	.get_frontend = dvb_proxyfe_get_frontend,
-	.get_property = dvb_proxyfe_get_property,
 	.get_frontend_algo = dvb_proxyfe_get_frontend_algo,
 	.set_frontend = dvb_proxyfe_set_frontend,