Hi Alex, Christian,
On 8 November 2016 at 02:46, Alex Deucher wrote:
> Kernel functions taking a timeout usually return 1 on success even
> when they get a zero timeout.
>
> v2: agd: rebase on drm-next
>
> Reviewed-by: Alex Deucher
> Signen-off-by: Christian König
> Reviewed-by: Chunming Zhou
Kernel functions taking a timeout usually return 1 on success even
when they get a zero timeout.
v2: agd: rebase on drm-next
Reviewed-by: Alex Deucher
Signen-off-by: Christian König
Reviewed-by: Chunming Zhou
Signed-off-by: Alex Deucher
---
These are the same patches Christian sent out prev
Am 26.10.2016 um 10:49 schrieb Chris Wilson:
> On Tue, Oct 25, 2016 at 02:25:08PM +0200, 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.
> Which? The canonical example of schedule_timeout()
On Tue, Oct 25, 2016 at 02:25:08PM +0200, 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.
Which? The canonical example of schedule_timeout() doesn't behave like
this.
> Signen-off-by: Christi
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
Reviewed-by: Alex Deucher
---
drivers/dma-buf/fence.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(