From 80919e10711fc77c22641c1ec0f0b81ff757a8e5 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 1 Jan 2014 20:48:23 +0200 Subject: [PATCH] linux: 3.13: delete unneeded patch --- ...00-ts2020-code-forgot-to-change-the-.patch | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 packages/linux/patches/3.13.0-rc6/todo/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch diff --git a/packages/linux/patches/3.13.0-rc6/todo/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch b/packages/linux/patches/3.13.0-rc6/todo/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch deleted file mode 100644 index 3e88b490ed..0000000000 --- a/packages/linux/patches/3.13.0-rc6/todo/linux-999.02-A-split-for-ds3000-ts2020-code-forgot-to-change-the-.patch +++ /dev/null @@ -1,30 +0,0 @@ -From edab54fcfb1eb4b56868d2e364cf49dc3c6bad25 Mon Sep 17 00:00:00 2001 -From: Stefan Saraev -Date: Wed, 18 Sep 2013 14:52:05 +0300 -Subject: [PATCH] A split for ds3000/ts2020 code forgot to change the TEVII_S471 code. - Change the TEVII_S471 according the changes to TEVII_S470. - -BP: https://linuxtv.org/patch/19731/ ---- - drivers/media/pci/cx23885/cx23885-dvb.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) - -diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c -index 5db14f8..4cbf20a 100644 ---- a/drivers/media/pci/cx23885/cx23885-dvb.c -+++ b/drivers/media/pci/cx23885/cx23885-dvb.c -@@ -1339,6 +1339,11 @@ static int dvb_register(struct cx23885_tsport *port) - fe0->dvb.frontend = dvb_attach(ds3000_attach, - &tevii_ds3000_config, - &i2c_bus->i2c_adap); -+ if (fe0->dvb.frontend != NULL) { -+ dvb_attach(ts2020_attach, fe0->dvb.frontend, -+ &tevii_ts2020_config, &i2c_bus->i2c_adap); -+ fe0->dvb.frontend->ops.set_voltage = f300_set_voltage; -+ } - break; - case CX23885_BOARD_BST_PS8512: - case CX23885_BOARD_DVBSKY_S950: --- -1.7.2.5 -