]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch
remove more enused patches.
[ipfire-2.x.git] / src / patches / v4l-dvb_usbv2_dont_report_pidfilter_fail.patch
diff --git a/src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch b/src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch
deleted file mode 100644 (file)
index 4b16125..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Naur v4l-dvb-20120916.org/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c v4l-dvb-20120916/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
---- v4l-dvb-20120916.org/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c     2012-08-16 05:45:24.000000000 +0200
-+++ v4l-dvb-20120916/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c 2012-10-24 13:53:35.636726448 +0200
-@@ -287,9 +287,9 @@
-               ret = adap->props->pid_filter(adap, dvbdmxfeed->index,
-                               dvbdmxfeed->pid, (count == 1) ? 1 : 0);
-                       if (ret < 0)
--                              dev_err(&d->udev->dev, "%s: pid_filter() " \
--                                              "failed=%d\n", KBUILD_MODNAME,
--                                              ret);
-+//                            dev_err(&d->udev->dev, "%s: pid_filter() " \
-+//                                            "failed=%d\n", KBUILD_MODNAME,
-+//                                            ret);
-       /* start feeding if it is first pid */
-       if (adap->feed_count == 1 && count == 1) {