Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1880
b: refs/heads/master
c: 105bb26
h: refs/heads/master
v: v3
  • Loading branch information
Albrecht Dre� authored and Russell King committed Jun 3, 2005
1 parent 88ee87c commit 6dd5324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ab5c01c7cc28f29d5cf5f2a591cb6f7bbece48e
refs/heads/master: 105bb2698b54a838165947199f1c8be5c2e7d9bb
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s3c2410/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,10 @@ int s3c2410_dma_free(dmach_t channel, s3c2410_dma_client_t *client)
chan->client = NULL;
chan->in_use = 0;

if (chan->irq_claimed)
free_irq(chan->irq, (void *)chan);
chan->irq_claimed = 0;

local_irq_restore(flags);

return 0;
Expand Down

0 comments on commit 6dd5324

Please sign in to comment.