Em 26-01-2011 05:23, Hans Verkuil escreveu:
> Mauro, please get this upstream asap since this fix needs to go into 2.6.38
> as well.
> 
> Regards,
> 
>       Hans
> 
> The following changes since commit e5fb95675639f064ca40df7ad319f1c380443999:
>   Hans Verkuil (1):
>         [media] vivi: fix compiler warning
> 
> are available in the git repository at:
> 
>   ssh://linuxtv.org/git/hverkuil/media_tree.git cx18-fix
> 
> Hans Verkuil (1):
>       cx18: fix kernel oops when setting MPEG control before capturing.
> 
>  drivers/media/video/cx18/cx18-driver.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 

I tried to apply it against 2.6.38-rc2, but it failed:

        mutex_init(&cx->serialize_lock);
        mutex_init(&cx->gpio_lock);
        mutex_init(&cx->epu2apu_mb_lock);
        mutex_init(&cx->epu2cpu_mb_lock);

        ret = cx18_create_in_workq(cx);
<<<<<<<
=======
        cx->cxhdl.capabilities = CX2341X_CAP_HAS_TS | 
CX2341X_CAP_HAS_SLICED_VBI;
        cx->cxhdl.ops = &cx18_cxhdl_ops;
        cx->cxhdl.func = cx18_api_func;
        cx->cxhdl.priv = &cx->streams[CX18_ENC_STREAM_TYPE_MPG];
        ret = cx2341x_handler_init(&cx->cxhdl, 50);
>>>>>>>
        if (ret)
                return ret;

Perhaps this change requires some patch delayed for .39?

Cheers,
Mauro
--
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