remove existing hunk in Add-YUV420 patch

This commit is contained in:
Martin Ayotte 2019-03-26 11:53:51 -04:00
parent 23eefa0afc
commit 7ad6e3f938

View File

@ -439,15 +439,6 @@ index 5acccebd026d..27c9c5ead234 100644
return MODE_OK;
}
@@ -666,7 +712,7 @@ static void meson_vclk_set(struct meson_drm *priv, unsigned int pll_base_freq,
unsigned int hdmi_tx_div, unsigned int venc_div,
bool hdmi_use_enci, bool vic_alternate_clock)
{
- unsigned int m, frac;
+ unsigned int m = 0, frac = 0;
/* Set HDMI-TX sys clock */
regmap_update_bits(priv->hhi, HHI_HDMI_CLK_CNTL,
@@ -863,8 +909,9 @@ static void meson_vclk_set(struct meson_drm *priv, unsigned int pll_base_freq,
}