drivers: remove a few loggers

Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
This commit is contained in:
Yaroslav Furman 2020-04-24 23:40:38 +03:00 committed by Richard Raya
parent d8c6eebcd2
commit 9f197cc5cf
2 changed files with 2 additions and 5 deletions

View File

@ -2578,9 +2578,6 @@ static int _dsi_ctrl_setup_isr(struct dsi_ctrl *dsi_ctrl)
} else {
dsi_ctrl->irq_info.irq_num = irq_num;
disable_irq_nosync(irq_num);
pr_info("[DSI_%d] IRQ %d registered\n",
dsi_ctrl->cell_index, irq_num);
}
}
return rc;

View File

@ -222,7 +222,7 @@ static int msm_pcm_open(struct snd_pcm_substream *substream)
SIO_PLAYBACK_MIN_BYTES,
SIO_PLAYBACK_MAX_BYTES);
if (ret) {
pr_info("%s: P buffer bytes minmax constraint ret %d\n",
pr_debug("%s: P buffer bytes minmax constraint ret %d\n",
__func__, ret);
}
} else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
@ -231,7 +231,7 @@ static int msm_pcm_open(struct snd_pcm_substream *substream)
SIO_CAPTURE_MIN_BYTES,
SIO_CAPTURE_MAX_BYTES);
if (ret) {
pr_info("%s: C buffer bytes minmax constraint ret %d\n",
pr_debug("%s: C buffer bytes minmax constraint ret %d\n",
__func__, ret);
}
}