diff --git a/drivers/gpu/drm/tegra/dsi.c b/drivers/gpu/drm/tegra/dsi.c index beab9c85db922e44f2e2bea0e5304272b9b31651..3838575f71c64c6e2a7966adc20f284e773401c4 100644 --- a/drivers/gpu/drm/tegra/dsi.c +++ b/drivers/gpu/drm/tegra/dsi.c @@ -602,7 +602,6 @@ static int tegra_output_dsi_setup_clock(struct tegra_output *output, DRM_DEBUG_KMS("vrefresh: %u\n", vrefresh); /* compute byte clock */ - pclk = mode->htotal * mode->vtotal * vrefresh; bclk = (pclk * mul) / (div * dsi->lanes); /*