projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ff907
)
MLK-16908-3: hdmi phy: Remove debug log
author
Sandor Yu
<Sandor.yu@nxp.com>
Mon, 20 Nov 2017 09:23:30 +0000
(17:23 +0800)
committer
Leonard 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
patch
|
blob
|
history
diff --git
a/drivers/mxc/hdp/API_AFE.c
b/drivers/mxc/hdp/API_AFE.c
index
20569d7
..
f252b74
100644
(file)
--- a/
drivers/mxc/hdp/API_AFE.c
+++ b/
drivers/mxc/hdp/API_AFE.c
@@
-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)