summarylogtreecommitdiffstats
path: root/fs62142.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fs62142.patch')
-rw-r--r--fs62142.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fs62142.patch b/fs62142.patch
deleted file mode 100644
index 04806bd8d154..000000000000
--- a/fs62142.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
-index 73cdeed..e691014 100644
---- a/kernel/nvidia/nv-dma.c
-+++ b/kernel/nvidia/nv-dma.c
-@@ -606,7 +606,7 @@ static NvBool nv_dma_is_map_resource_implemented
- #if defined(NV_DMA_MAP_RESOURCE_PRESENT)
- const struct dma_map_ops *ops = get_dma_ops(&nvl->dev->dev);
-
-- return (ops->map_resource != NULL);
-+ return (ops && ops->map_resource);
- #else
- return NV_FALSE;
- #endif