[PATCH 2/5] dma-buf/fence: make timeout handling in fence_default_wait consistent

2016-11-07 Thread Gustavo Padovan
Hi Christian, 2016-10-20 Christian König : > From: Christian König > > Kernel functions taking a timeout usually return 1 on success even > when they get a zero timeout. > > Signen-off-by: Christian König > Reviewed-by: Chunming Zhou > --- > drivers/dma-buf/fence.c | 8 +--- > 1

[PATCH 2/5] dma-buf/fence: make timeout handling in fence_default_wait consistent

2016-10-20 Thread Alex Deucher
On Thu, Oct 20, 2016 at 9:20 AM, Christian König wrote: > From: Christian König > > Kernel functions taking a timeout usually return 1 on success even > when they get a zero timeout. > > Signen-off-by: Christian König > Reviewed-by: Chunming Zhou Adding Sumit. This series is: Reviewed-by:

[PATCH 2/5] dma-buf/fence: make timeout handling in fence_default_wait consistent

2016-10-20 Thread Christian König
From: Christian König Kernel functions taking a timeout usually return 1 on success even when they get a zero timeout. Signen-off-by: Christian König Reviewed-by: Chunming Zhou --- drivers/dma-buf/fence.c | 8 +--- 1 file changed, 5 insertions(+), 3