Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1310188 > unrolled thread

[RFC 25/29] dma-buf/fence: remove unused var from fence_timeline_signal()

Started byGustavo Padovan <gustavo@padovan.org>
First post2016-01-15 16:00 +0100
Last post2016-01-15 16:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC 25/29] dma-buf/fence: remove unused var from fence_timeline_signal() Gustavo Padovan <gustavo@padovan.org> - 2016-01-15 16:00 +0100

#1310188 — [RFC 25/29] dma-buf/fence: remove unused var from fence_timeline_signal()

FromGustavo Padovan <gustavo@padovan.org>
Date2016-01-15 16:00 +0100
Subject[RFC 25/29] dma-buf/fence: remove unused var from fence_timeline_signal()
Message-ID<qRe15-7zo-41@gated-at.bofh.it>
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

signaled_pts is not used in this function.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
 drivers/dma-buf/fence.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma-buf/fence.c b/drivers/dma-buf/fence.c
index 09faf2e..7a5fc9b 100644
--- a/drivers/dma-buf/fence.c
+++ b/drivers/dma-buf/fence.c
@@ -166,7 +166,6 @@ EXPORT_SYMBOL(fence_timeline_destroy);
 void fence_timeline_signal(struct fence_timeline *timeline, unsigned int inc)
 {
 	unsigned long flags;
-	LIST_HEAD(signaled_pts);
 	struct fence *fence, *next;
 
 	spin_lock_irqsave(&timeline->lock, flags);
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web