summarylogtreecommitdiffstats
path: root/FS62142.patch
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-09 02:34:39 +0000
committerDaniel Bermond2019-06-09 02:34:39 +0000
commit547644cf9fabd8eb92db75bb9295a90c17781ad3 (patch)
treeeaedfcfa73ff53f8a31715ca37700aca62cb2c41 /FS62142.patch
parent0944d00066e5a60e1999bd36c1beef5a46ba52fe (diff)
downloadaur-547644cf9fabd8eb92db75bb9295a90c17781ad3.tar.gz
First major rewrite after package adoption
Diffstat (limited to 'FS62142.patch')
-rw-r--r--FS62142.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/FS62142.patch b/FS62142.patch
new file mode 100644
index 000000000000..887f3366723e
--- /dev/null
+++ b/FS62142.patch
@@ -0,0 +1,12 @@
+diff -Naurp a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
+--- a/kernel/nvidia/nv-dma.c 2019-05-08 01:37:30.000000000 +0000
++++ b/kernel/nvidia/nv-dma.c 2019-06-08 18:33:00.000000000 +0000
+@@ -613,7 +613,7 @@ static NvBool nv_dma_is_map_resource_imp
+ #endif
+ }
+
+- return (ops->map_resource != NULL);
++ return (ops && ops->map_resource);
+ #else
+ return NV_FALSE;
+ #endif