drm/exynos/hdmi: remove unused variable
The variable is unused for long time. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
b115361ec3
commit
9c2580cf1a
|
@ -867,10 +867,8 @@ static void hdmi_reg_infoframe(struct hdmi_context *hdata,
|
|||
{
|
||||
u32 hdr_sum;
|
||||
u8 chksum;
|
||||
u32 mod;
|
||||
u8 ar;
|
||||
|
||||
mod = hdmi_reg_read(hdata, HDMI_MODE_SEL);
|
||||
if (hdata->dvi_mode) {
|
||||
hdmi_reg_writeb(hdata, HDMI_VSI_CON,
|
||||
HDMI_VSI_CON_DO_NOT_TRANSMIT);
|
||||
|
|
Loading…
Reference in New Issue