Skip to content

Commit

Permalink
[media] vivi: Kill BUFFER_TIMEOUT macro
Browse files Browse the repository at this point in the history
Usage of BUFFER_TIMEOUT has gone in 2008 in 78718e5 (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>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Kirill Smelkov authored and Mauro Carvalho Chehab committed Oct 28, 2012
1 parent e7d9935 commit 2669f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/platform/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2669f10

Please sign in to comment.