drm/sun4i: tv: Rename error label
[sfrench/cifs-2.6.git] / drivers / gpu / drm / sun4i / sun4i_tv.c
index 7823ac83fd684d95f3f0f916ba3f55f26730b8a1..d3bf8fb3f6dbeb0ae930acded25de2b58aedb1ee 100644 (file)
@@ -585,7 +585,7 @@ static int sun4i_tv_bind(struct device *dev, struct device *master,
        if (ret) {
                dev_err(dev,
                        "Couldn't initialise the Composite connector\n");
-               goto err_cleanup_connector;
+               goto err_cleanup_encoder;
        }
        tv->connector.interlace_allowed = true;
 
@@ -593,7 +593,7 @@ static int sun4i_tv_bind(struct device *dev, struct device *master,
 
        return 0;
 
-err_cleanup_connector:
+err_cleanup_encoder:
        drm_encoder_cleanup(&tv->encoder);
 err_disable_clk:
        clk_disable_unprepare(tv->clk);