Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316255
b: refs/heads/master
c: f4a6348
h: refs/heads/master
i:
  316253: f6b5c02
  316251: cf25f30
  316247: 76eabd1
  316239: 0f074a9
  316223: d33b856
v: v3
  • Loading branch information
Scott Jiang authored and Mark Brown committed Jun 21, 2012
1 parent 6d9b925 commit 41c3b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3528f27a5d4ac299e2d8cbe7297c1e9edd601ee6
refs/heads/master: f4a6348391fa029c0e230230adfafb7f33d4683e
4 changes: 2 additions & 2 deletions trunk/sound/soc/blackfin/bf6xx-sport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 41c3b3f

Please sign in to comment.