All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] [media] vivi: Kill BUFFER_TIMEOUT macro
@ 2012-10-22 13:54 Kirill Smelkov
  2012-10-22 13:54 ` [PATCH 2/2] [media] vivi: Teach it to tune FPS Kirill Smelkov
  2012-10-22 14:16 ` [PATCH 1/2] [media] vivi: Kill BUFFER_TIMEOUT macro Hans Verkuil
  0 siblings, 2 replies; 28+ messages in thread
From: Kirill Smelkov @ 2012-10-22 13:54 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, Kirill Smelkov

Usage of BUFFER_TIMEOUT has gone in 2008 in 78718e5d (V4L/DVB (7492):
vivi: Simplify the vivi driver and avoid deadlocks), but the macro
remains. Say goodbye to it.

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
---
 drivers/media/platform/vivi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/vivi.c b/drivers/media/platform/vivi.c
index b366b05..3e6902a 100644
--- a/drivers/media/platform/vivi.c
+++ b/drivers/media/platform/vivi.c
@@ -39,7 +39,6 @@
 /* Wake up at about 30 fps */
 #define WAKE_NUMERATOR 30
 #define WAKE_DENOMINATOR 1001
-#define BUFFER_TIMEOUT     msecs_to_jiffies(500)  /* 0.5 seconds */
 
 #define MAX_WIDTH 1920
 #define MAX_HEIGHT 1200
-- 
1.8.0.rc3.331.g5b9a629


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2012-11-30 12:15 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-22 13:54 [PATCH 1/2] [media] vivi: Kill BUFFER_TIMEOUT macro Kirill Smelkov
2012-10-22 13:54 ` [PATCH 2/2] [media] vivi: Teach it to tune FPS Kirill Smelkov
2012-10-22 14:16   ` Hans Verkuil
2012-10-22 17:01     ` Kirill Smelkov
2012-10-22 17:29       ` Kirill Smelkov
2012-10-23  6:27         ` Hans Verkuil
2012-10-23  6:40       ` Hans Verkuil
2012-10-23 13:35         ` [PATCH v3] " Kirill Smelkov
2012-11-02 14:09           ` Kirill Smelkov
2012-11-02 14:42           ` Hans Verkuil
2012-11-02 16:44             ` Kirill Smelkov
2012-11-07 11:30             ` [PATCH v4] " Kirill Smelkov
2012-11-12  8:12               ` Kirill Smelkov
2012-11-12  9:46                 ` Hans Verkuil
2012-11-12 10:45                   ` Kirill Smelkov
2012-11-16 13:38               ` Hans Verkuil
2012-11-16 14:48                 ` [PATCH v5] " Kirill Smelkov
2012-11-16 14:51                   ` Hans Verkuil
2012-11-16 15:02                     ` Kirill Smelkov
2012-11-16 15:46                 ` [PATCH v4] " Mauro Carvalho Chehab
2012-11-17 10:45                   ` Kirill Smelkov
2012-11-18  9:24                     ` Mauro Carvalho Chehab
2012-11-18  9:25                       ` Mauro Carvalho Chehab
2012-11-19  5:52                         ` [PATCH v6] " Kirill Smelkov
2012-11-30 11:02                           ` Kirill Smelkov
2012-11-30 11:10                             ` Hans Verkuil
2012-11-30 12:16                               ` Kirill Smelkov
2012-10-22 14:16 ` [PATCH 1/2] [media] vivi: Kill BUFFER_TIMEOUT macro Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.