From 7f38183e71bbd43c9f2c23144bf8cc517886ca34 Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Fri, 5 Dec 2014 20:44:32 +0900 Subject: dma-buf/dmabuf-sync: disable dmabuf sync module This module has a resource free bug so this patch disables dmabuf sync module until the bug is fixed. Change-Id: Ic84c88e3d5dbead1c25bf4b238b8ef5f51045099 Signed-off-by: Inki Dae --- drivers/dma-buf/dmabuf-sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/dma-buf/dmabuf-sync.c b/drivers/dma-buf/dmabuf-sync.c index 94eb5ad9d6e..f63ed3084ac 100644 --- a/drivers/dma-buf/dmabuf-sync.c +++ b/drivers/dma-buf/dmabuf-sync.c @@ -33,7 +33,7 @@ (old->accessed_type == DMA_BUF_ACCESS_RW)) && \ new_type & DMA_BUF_ACCESS_DMA) -static int dmabuf_sync_enabled = 1; +static int dmabuf_sync_enabled = 0; static unsigned long seqno; static LIST_HEAD(orders); static DEFINE_SPINLOCK(orders_lock); -- cgit v1.2.3