MLK-16908-3: hdmi phy: Remove debug log
authorSandor Yu <Sandor.yu@nxp.com>
Mon, 20 Nov 2017 09:23:30 +0000 (17:23 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Remove debug log

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/mxc/hdp/API_AFE.c

index 20569d7..f252b74 100644 (file)
@@ -97,10 +97,8 @@ void set_field_value(reg_field_t *reg_field, u32 value)
                                exceeds field capacity - it will by truncated to\
                                0x%0X (%0d-bit field - max value: %0d dec)\n",
                                value, trunc_val, length, max_value);
-       } else {
-               pr_info("set_field_value() Setting field to 0x%0X\n", value);
+       } else
                reg_field->value = value;
-       }
 }
 
 int set_reg_value(reg_field_t reg_field)