On Mon, Nov 22, 2010 at 02:55:42PM -0200, Mauro Carvalho Chehab wrote:
>Em 19-11-2010 21:43, David Härdeman escreveu:
>> The use of the saa7134_card_ir->users seems racy, so protect the count with
>> a spinlock. Also use proper data types as arguments to __saa7134_ir_start()
>> and __saa7134_ir_sto
Em 19-11-2010 21:43, David Härdeman escreveu:
> The use of the saa7134_card_ir->users seems racy, so protect the count with
> a spinlock. Also use proper data types as arguments to __saa7134_ir_start()
> and __saa7134_ir_stop() to remove some unnecessary casts.
Hmm... instead of using a spinlock,
The use of the saa7134_card_ir->users seems racy, so protect the count with
a spinlock. Also use proper data types as arguments to __saa7134_ir_start()
and __saa7134_ir_stop() to remove some unnecessary casts.
Signed-off-by: David Härdeman
---
drivers/media/video/saa7134/saa7134-input.c | 54 +