Hi Tomi,
On Tue, Oct 01, 2019 at 10:04:11AM +0300, Tomi Valkeinen wrote:
On 20/08/2019 04:16, Laurent Pinchart wrote:
@@ -1111,7 +1113,7 @@ int dw_mipi_dsi_bind(struct dw_mipi_dsi *dsi, struct drm_encoder *encoder) { int ret;
- ret = drm_bridge_attach(encoder, &dsi->bridge, NULL);
- ret = drm_bridge_attach(encoder, &dsi->bridge, NULL, true);
This doesn't look correct. Where does the "true" come from?
It should be 0. I think it comes from the previous version of this patch, which I've rebased instead of regenerating it completely with Coccinelle. I'll fix that.