I looks good for me. Ack-by: benjamin.gaignard@xxxxxxxxxx 2015-01-17 8:18 GMT+01:00 Jassi Brar <jaswinder.singh@xxxxxxxxxx>: > copy-paste wasn't followed by editing, do it. > > Signed-off-by: Jassi Brar <jaswinder.singh@xxxxxxxxxx> > --- > drivers/gpu/drm/sti/sti_hqvdp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c > index f3db05d..b0eb62d 100644 > --- a/drivers/gpu/drm/sti/sti_hqvdp.c > +++ b/drivers/gpu/drm/sti/sti_hqvdp.c > @@ -1025,7 +1025,7 @@ static int sti_hqvdp_probe(struct platform_device *pdev) > /* Get clock resources */ > hqvdp->clk = devm_clk_get(dev, "hqvdp"); > hqvdp->clk_pix_main = devm_clk_get(dev, "pix_main"); > - if (IS_ERR(hqvdp->clk) || IS_ERR(hqvdp->clk)) { > + if (IS_ERR(hqvdp->clk) || IS_ERR(hqvdp->clk_pix_main)) { > DRM_ERROR("Cannot get clocks\n"); > return -ENXIO; > } > -- > 1.9.1 > -- Benjamin Gaignard Graphic Working Group Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel