Signed-off-by: Scott Jiang <scott.jiang.li...@gmail.com>
---
 sound/soc/blackfin/bf6xx-sport.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/blackfin/bf6xx-sport.c b/sound/soc/blackfin/bf6xx-sport.c
index f19a72b..318c5ba 100644
--- a/sound/soc/blackfin/bf6xx-sport.c
+++ b/sound/soc/blackfin/bf6xx-sport.c
@@ -256,9 +256,9 @@ static irqreturn_t sport_err_irq(int irq, void *dev_id)
        struct device *dev = &sport->pdev->dev;
 
        if (sport->tx_regs->spctl & SPORT_CTL_DERRPRI)
-               dev_dbg(dev, "sport error: TUVF\n");
+               dev_err(dev, "sport error: TUVF\n");
        if (sport->rx_regs->spctl & SPORT_CTL_DERRPRI)
-               dev_dbg(dev, "sport error: ROVF\n");
+               dev_err(dev, "sport error: ROVF\n");
 
        return IRQ_HANDLED;
 }
-- 
1.7.0.4


_______________________________________________
Uclinux-dist-devel mailing list
Uclinux-dist-devel@blackfin.uclinux.org
https://blackfin.uclinux.org/mailman/listinfo/uclinux-dist-devel

Reply via email to