RE: [PATCH 2/9] dma-buf: make to_dma_fence_array NULL safe

2019-08-30 Thread Ruhl, Michael J
ro.org; linux- >me...@vger.kernel.org; linaro-mm-...@lists.linaro.org >Subject: [PATCH 2/9] dma-buf: make to_dma_fence_array NULL safe > >A bit surprising that this wasn't already the case. > >Signed-off-by: Christian König >--- > include/linux/dma-fence-array.h | 2 +- > 1 f

[PATCH 2/9] dma-buf: make to_dma_fence_array NULL safe

2019-08-26 Thread Christian König
A bit surprising that this wasn't already the case. Signed-off-by: Christian König --- include/linux/dma-fence-array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/dma-fence-array.h b/include/linux/dma-fence-array.h index 303dd712220f..f99cd7eb24e0 100644 ---