Re: [PATCH 4/5] pvrusb2: use mutex instead of semaphore

2007-04-27 Thread Mike Isely
Whoops. A straggler. Signed-off-by: Mike Isely <[EMAIL PROTECTED]> On Fri, 27 Apr 2007, Matthias Kaehlcke wrote: > the pvrusb2 driver use a semaphore as mutex. use the mutex API instead > of the (binary) semaphore > > Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> > > -- > diff --git a

[PATCH 4/5] pvrusb2: use mutex instead of semaphore

2007-04-27 Thread Matthias Kaehlcke
the pvrusb2 driver use a semaphore as mutex. use the mutex API instead of the (binary) semaphore Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 9916cf3..ea450b0 100644 --- a/drivers/