On Tue, Nov 24, 2015 at 5:46 AM, Tomi Valkeinen <tomi.valkeinen@xxxxxx> wrote: > On 24/11/15 08:27, Dongsheng Wang wrote: >> @@ -1697,6 +1700,9 @@ static int fsl_diu_probe(struct platform_device *pdev) >> unsigned int i; >> int ret; >> >> + if (!diu_ops.set_pixel_clock) >> + return -ENODEV; >> + >> data = dmam_alloc_coherent(&pdev->dev, sizeof(struct fsl_diu_data), >> &dma_addr, GFP_DMA | __GFP_ZERO); >> if (!data) >> > > Thanks, queued for 4.5. Could you please wait for me to review the patch first? I am the maintainer for the driver, and I see a problem with it. -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html