Hi Albert

On Wed, 6 Mar 2013, Albert Wang wrote:

> Hi, Guennadi
> 
> 
> >-----Original Message-----
> >From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de]
> >Sent: Tuesday, 05 March, 2013 17:51
> >To: Albert Wang
> >Cc: cor...@lwn.net; linux-media@vger.kernel.org; Libin Yang
> >Subject: Re: [REVIEW PATCH V4 02/12] [media] marvell-ccic: add clock tree 
> >support for
> >marvell-ccic driver

[snip]

> >> @@ -331,6 +374,10 @@ static int mmpcam_probe(struct platform_device *pdev)
> >>            ret = -ENODEV;
> >>            goto out_unmap1;
> >>    }
> >> +
> >> +  ret = mcam_init_clk(mcam, pdata);
> >> +  if (ret)
> >> +          goto out_unmap2;
> >
> >Now, I'm confused again: doesn't this mean, that all existing users of
> >this driver will fail?
> >
> Sorry, I don't understand what's your concern?

I mean - wouldn't the above function fail for all existing users, because 
they don't provide the clocks, that you're requesting here?

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
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