Message ID | 1350914084-31618-1-git-send-email-kirr@mns.spb.ru (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon October 22 2012 15:54:43 Kirill Smelkov wrote: > 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> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> > --- > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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(-)