From: Peter Griffin Date: Thu, 24 Mar 2016 11:23:51 +0000 (-0300) Subject: [media] c8sectpfe: Demote print to dev_dbg X-Git-Tag: v4.7-rc1~130^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ee105cac24693c8f3ea92e1700d5d16c4b035eb5;p=karo-tx-linux.git [media] c8sectpfe: Demote print to dev_dbg Signed-off-by: Peter Griffin Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c b/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c index 875d38455fa7..acd076780827 100644 --- a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c +++ b/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c @@ -585,7 +585,7 @@ static int configure_memdma_and_inputblock(struct c8sectpfei *fei, writel(tsin->pid_buffer_busaddr, fei->io + PIDF_BASE(tsin->tsin_id)); - dev_info(fei->dev, "chan=%d PIDF_BASE=0x%x pid_bus_addr=%pad\n", + dev_dbg(fei->dev, "chan=%d PIDF_BASE=0x%x pid_bus_addr=%pad\n", tsin->tsin_id, readl(fei->io + PIDF_BASE(tsin->tsin_id)), &tsin->pid_buffer_busaddr);