Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182957
b: refs/heads/master
c: f3f1882
h: refs/heads/master
i:
  182955: d52615b
v: v3
  • Loading branch information
Hartley Sweeten authored and Russell King committed Jan 12, 2010
1 parent a3fa958 commit ddf6318
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 99acbb90c2440155d6b978e654ea875c8282d67b
refs/heads/master: f3f1882ca7bc6b26bcf66ef206eec0c66d823ed3
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-ep93xx/dma-m2p.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
* with this implementation.
*/

#define pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt

#include <linux/kernel.h>
#include <linux/clk.h>
#include <linux/err.h>
Expand Down Expand Up @@ -173,7 +175,7 @@ static irqreturn_t m2p_irq(int irq, void *dev_id)

switch (m2p_channel_state(ch)) {
case STATE_IDLE:
pr_crit("m2p_irq: dma interrupt without a dma buffer\n");
pr_crit("dma interrupt without a dma buffer\n");
BUG();
break;

Expand All @@ -197,7 +199,7 @@ static irqreturn_t m2p_irq(int irq, void *dev_id)
break;

case STATE_NEXT:
pr_crit("m2p_irq: dma interrupt while next\n");
pr_crit("dma interrupt while next\n");
BUG();
break;
}
Expand Down

0 comments on commit ddf6318

Please sign in to comment.