On Sat, 2011-04-16 at 00:40 +0400, Alexey Khoroshilov wrote:
> There are a couple of places where mutex_unlock() is called even
> if mutex_lock_interruptible() failed. The patch fixes the issue.
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Alexey Khoroshi
There are a couple of places where mutex_unlock() is called even
if mutex_lock_interruptible() failed. The patch fixes the issue.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov
---
drivers/media/dvb/dvb-usb/lmedm04.c | 12 +++-
1 file
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Fri Apr 15 19:00:36 CEST 2011
git hash:d9954d8547181f9a6a23f835cc1413732700b785
gcc version: i686-linux-gcc (GCC) 4.5
> Hi Hans,
>
> I have some more comments below. :-)
>
> Hans Verkuil wrote:
>> Whenever a control changes value an event is sent to anyone that
>> subscribed
>> to it.
>>
>> Signed-off-by: Hans Verkuil
>> ---
>> drivers/media/video/v4l2-ctrls.c | 59 ++
>> drivers/media/video/v4
Hello.
On 14-04-2011 1:16, Janusz Krzysztofik wrote:
Janusz Krzysztofik wrote:
After switching from mem->dma_handle to
virt_to_phys(mem->vaddr) used for obtaining page frame number
passed to remap_pfn_range() (commit
35d9f510b67b10338161aba6229d4f55b4000f5b),
videobuf-dma-contig
Please
Hi Hans,
I have some more comments below. :-)
Hans Verkuil wrote:
> Whenever a control changes value an event is sent to anyone that subscribed
> to it.
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/video/v4l2-ctrls.c | 59 ++
> drivers/media/video/v4l2-event.c | 126
Hans Petter Selasky wrote:
> On Friday 15 April 2011 09:37:17 Sakari Ailus wrote:
>> Hi,
>>
>> This is a third proposal for an interface for controlling flash devices
>> on the V4L2/v4l2_subdev APIs. My plan is to use the interface in the
>> ADP1653 driver, the flash controller used in the Nokia N9
On Friday 15 April 2011 09:37:17 Sakari Ailus wrote:
> Hi,
>
> This is a third proposal for an interface for controlling flash devices
> on the V4L2/v4l2_subdev APIs. My plan is to use the interface in the
> ADP1653 driver, the flash controller used in the Nokia N900.
>
> Thanks to everyone who c
Hi,
This is a third proposal for an interface for controlling flash devices
on the V4L2/v4l2_subdev APIs. My plan is to use the interface in the
ADP1653 driver, the flash controller used in the Nokia N900.
Thanks to everyone who commented the previous version of this RFC! I
hope I managed to fact