]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/video/tegra/dc/hdmi.c
Revert "video: tegra: dc: make SOR instance configurable"
[sojka/nv-tegra/linux-3.10.git] / drivers / video / tegra / dc / hdmi.c
index ea35907b5dbf33e6ee4e6873192ed7564a00e63c..f67904d5af66bde6a1cae9532b9fe5efa2477b37 100644 (file)
@@ -1180,7 +1180,7 @@ static int tegra_dc_hdmi_init(struct tegra_dc *dc)
        }
 
 #ifdef CONFIG_TEGRA_NVHDCP
-       hdmi->nvhdcp = tegra_nvhdcp_create(hdmi, tegra_dc_which_sor(dc),
+       hdmi->nvhdcp = tegra_nvhdcp_create(hdmi, dc->ndev->id,
                        dc->out->ddc_bus);
        if (IS_ERR_OR_NULL(hdmi->nvhdcp)) {
                dev_err(&dc->ndev->dev, "hdmi: can't create nvhdcp\n");