summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-20 07:56:19 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 22:31:25 +0200
commita996dfe26651ae30a7a25fff0ed0f409461c63d3 (patch)
tree97439e088212d20290f94ead0a3780548fe81f78 /target/linux
parent93ae9d8cbcb0bce9bd60fd61d6ab8b588132bd38 (diff)
remove __WARN to avoid build break
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/patches/4.1.10/remove-warn.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/4.1.10/remove-warn.patch b/target/linux/patches/4.1.10/remove-warn.patch
new file mode 100644
index 000000000..1f89c710d
--- /dev/null
+++ b/target/linux/patches/4.1.10/remove-warn.patch
@@ -0,0 +1,11 @@
+diff -Nur linux-4.1.10.orig/drivers/media/v4l2-core/videobuf2-core.c linux-4.1.10/drivers/media/v4l2-core/videobuf2-core.c
+--- linux-4.1.10.orig/drivers/media/v4l2-core/videobuf2-core.c 2015-10-03 13:49:38.000000000 +0200
++++ linux-4.1.10/drivers/media/v4l2-core/videobuf2-core.c 2015-10-18 18:18:47.000000000 +0200
+@@ -1245,7 +1245,6 @@
+ return;
+
+ __check_once = true;
+- __WARN();
+
+ pr_warn_once("use of bytesused == 0 is deprecated and will be removed in the future,\n");
+ if (vb->vb2_queue->allow_zero_bytesused)