Skip to content

Commit

Permalink
amlogic: hdmi_tx: silence
Browse files Browse the repository at this point in the history
Change-Id: I1bb0896db0a36046038a937c1662a8e4d6337ad1
  • Loading branch information
mdrjr committed Dec 18, 2014
1 parent 32bdb7c commit 9ee92c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/amlogic/hdmi/hdmi_tx/hdmi_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 9ee92c4

Please sign in to comment.