aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/pcf50606-adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/pcf50606-adc.c')
-rw-r--r--drivers/mfd/pcf50606-adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50606-adc.c b/drivers/mfd/pcf50606-adc.c
index fe0336b9753..38f5b5c0593 100644
--- a/drivers/mfd/pcf50606-adc.c
+++ b/drivers/mfd/pcf50606-adc.c
@@ -175,7 +175,7 @@ static int adc_result(struct pcf50606 *pcf)
u16 ret = (pcf50606_reg_read(pcf, PCF50606_REG_ADCS1) << 2) |
(pcf50606_reg_read(pcf, PCF50606_REG_ADCS2) & 0x03);
- dev_info(pcf->dev, "adc result = %d\n", ret);
+ dev_dbg(pcf->dev, "adc result = %d\n", ret);
return ret;
}