Commit 0037e686 authored by Federico Vaga's avatar Federico Vaga

drv: downgrape messages to debug

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 9273f94b
...@@ -99,7 +99,7 @@ void ft_irq_coalescing_timeout_set(struct fmctdc_dev *ft, ...@@ -99,7 +99,7 @@ void ft_irq_coalescing_timeout_set(struct fmctdc_dev *ft,
switch (ft->mode) { switch (ft->mode) {
case FT_ACQ_TYPE_FIFO: case FT_ACQ_TYPE_FIFO:
if (unlikely(chan != -1)) { if (unlikely(chan != -1)) {
dev_warn(&ft->pdev->dev, dev_dbg(&ft->pdev->dev,
"%s: FIFO acquisition mode has a gobal coalesing timeout. Ignore channel %d, set global value\n", "%s: FIFO acquisition mode has a gobal coalesing timeout. Ignore channel %d, set global value\n",
__func__, chan); __func__, chan);
} }
...@@ -126,7 +126,7 @@ uint32_t ft_irq_coalescing_timeout_get(struct fmctdc_dev *ft, ...@@ -126,7 +126,7 @@ uint32_t ft_irq_coalescing_timeout_get(struct fmctdc_dev *ft,
switch (ft->mode) { switch (ft->mode) {
case FT_ACQ_TYPE_FIFO: case FT_ACQ_TYPE_FIFO:
if (unlikely(chan != -1)) { if (unlikely(chan != -1)) {
dev_warn(&ft->pdev->dev, dev_dbg(&ft->pdev->dev,
"%s: FIFO acquisition mode has a gobal coalesing timeout. Ignore channel %d, get global value\n", "%s: FIFO acquisition mode has a gobal coalesing timeout. Ignore channel %d, get global value\n",
__func__, chan); __func__, chan);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment