Hi Hans,

Am Freitag, den 17.07.2015, 14:23 +0200 schrieb Hans Verkuil:
[...]
> > +   endpoint = v4l2_of_alloc_parse_endpoint(ep);
> > +   if (IS_ERR(endpoint)) {
> > +           dev_err(dev, "failed to parse endpoint\n");
> > +           return PTR_ERR(endpoint);
> > +   }
> > +
> > +   if (endpoint->bus_type != V4L2_MBUS_CSI2 ||
> > +       endpoint->bus.mipi_csi2.num_data_lanes == 0 ||
> > +       endpoint->nr_of_link_frequencies == 0) {
> > +           dev_err(dev, "missing CSI-2 properties in endpoint\n");
> > +           goto free_endpoint;
> > +   }
> > +
> > +   state->bus = endpoint.bus.mipi_csi2;
> 
> This should be endpoint->bus. You clearly didn't compile it.
> 
> Please make a v3, ensure that it compiles and please test it as well.

Sorry, fixed, tested, and resent.

regards
Philipp

--
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