summarylogtreecommitdiffstats
path: root/linux-4.3.patch
diff options
context:
space:
mode:
authorBalló György2016-01-20 01:53:13 +0100
committerBalló György2016-01-20 01:53:13 +0100
commit25672fd5b83eff1b827b314711c138b6a250b2a7 (patch)
tree0de9c1d02994c2504116872f6032b0fb55458998 /linux-4.3.patch
parent2b02f7b0ffedbb6d716d5710fe9284f639fbeb43 (diff)
downloadaur-25672fd5b83eff1b827b314711c138b6a250b2a7.tar.gz
upgpkg: nvidia-96xx-dkms 96.43.23-5
Update to linux 4.3
Diffstat (limited to 'linux-4.3.patch')
-rw-r--r--linux-4.3.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux-4.3.patch b/linux-4.3.patch
new file mode 100644
index 000000000000..9ce8211fe2d5
--- /dev/null
+++ b/linux-4.3.patch
@@ -0,0 +1,13 @@
+diff -Naur nv.orig/nv.c nv/nv.c
+--- nv.orig/nv.c 2016-01-20 01:34:02.096524000 +0100
++++ nv/nv.c 2016-01-20 01:36:47.610695762 +0100
+@@ -574,7 +574,8 @@
+ void *v
+ )
+ {
+- return seq_puts(s, s->private);
++ seq_puts(s, s->private);
++ return 0;
+ }
+
+ NV_DEFINE_PROCFS_SINGLE_FILE(text_file);