Re: [PATCH 1/2] [media] tw5864-core: remove double irq lock code

2016-09-05 Thread Andrey Utkin
Just received a notification from patchwork that my alternative patch on this was rejected as not applicable. Thanks to Hans Verkuil - he has applied a reversion of Mauro's wrong patch and also applied my patch in his repo, git://linuxtv.org/hverkuil/media_tree.git (branch for-v4.9c). As I see th

Re: [PATCH 1/2] [media] tw5864-core: remove double irq lock code

2016-08-30 Thread Andrey Utkin
Hi Mauro, Have you received my letter which is cited below? I also tried to get in touch with you on #linuxtv. On Thu, Aug 25, 2016 at 05:46:06PM +0300, Andrey Utkin wrote: > For some reason (maybe "unlisted recipients"?), my reply didn't get > through to maillists. Resending my reply. > > On Wed

Re: [PATCH 1/2] [media] tw5864-core: remove double irq lock code

2016-08-25 Thread Andrey Utkin
For some reason (maybe "unlisted recipients"?), my reply didn't get through to maillists. Resending my reply. On Wed, Aug 24, 2016, at 19:30, Mauro Carvalho Chehab wrote: > As warned by smatch: > drivers/media/pci/tw5864/tw5864-core.c:160 tw5864_h264_isr() error: > double lock 'irqsave:flag

[PATCH 1/2] [media] tw5864-core: remove double irq lock code

2016-08-24 Thread Mauro Carvalho Chehab
As warned by smatch: drivers/media/pci/tw5864/tw5864-core.c:160 tw5864_h264_isr() error: double lock 'irqsave:flags' drivers/media/pci/tw5864/tw5864-core.c:174 tw5864_h264_isr() error: double unlock 'irqsave:flags' Remove the IRQ duplicated lock. Signed-off-by: Mauro Carvalho Ch