diff --git a/drivers/amlogic/hdmi/hdmi_tx/hdmi_tx.c b/drivers/amlogic/hdmi/hdmi_tx/hdmi_tx.c index f805a229499c86..dc80569ad0d700 100755 --- a/drivers/amlogic/hdmi/hdmi_tx/hdmi_tx.c +++ b/drivers/amlogic/hdmi/hdmi_tx/hdmi_tx.c @@ -851,6 +851,7 @@ static ssize_t show_support_3d(struct device * dev, struct device_attribute *att void hdmi_print(int dbg_lvl, const char *fmt, ...) { + return; va_list args; if(dbg_lvl == OFF) return ;