Acked-by: Ricardo Ribalda <ricardo.riba...@gmail.com>

On Tue, Dec 3, 2013 at 2:23 PM, Sakari Ailus <sakari.ai...@iki.fi> wrote:
> Hi, Marek!
>
> Thanks for the patch.
>
> On Tue, Dec 03, 2013 at 02:14:29PM +0100, Marek Szyprowski wrote:
>> The side effect of commit 1056e4388b045 ("v4l2-dev: Fix race condition on
>> __video_register_device") is the increased number of index value assigned
>> on video_device registration. Before that commit video_devices were
>> numbered from 0, after it, the indexes starts from 1, because get_index()
>> always count the device, which is being registered. Some device drivers
>> rely on video_device index number for internal purposes, i.e. s5p-mfc
>> driver stopped working after that patch. This patch restores the old method
>> of numbering the video_device indexes.
>>
>> Signed-off-by: Marek Szyprowski <m.szyprow...@samsung.com>
>> ---
>> In my opinion this patch should be applied also to stable v3.12 series.
>
> I agree.
>
> Acked-by: Sakari Ailus <sakari.ai...@linux.intel.com>
>
> --
> Cheers,
>
> Sakari Ailus
> e-mail: sakari.ai...@iki.fi     XMPP: sai...@retiisi.org.uk



-- 
Ricardo Ribalda
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to