Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313216
b: refs/heads/master
c: 3688be4
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Jun 27, 2012
1 parent a012f3e commit c6042cd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 21c4afed6acc35deed6db3989f992c17712cd00e
refs/heads/master: 3688be49e901551756f4c570a8eb3b98b1e2bbe5
3 changes: 1 addition & 2 deletions trunk/arch/arm/plat-samsung/dma-ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ static unsigned samsung_dmadev_request(enum dma_ch dma_ch,
return (unsigned)dma_request_channel(mask, pl330_filter, filter_param);
}

static int samsung_dmadev_release(unsigned ch,
struct s3c2410_dma_client *client)
static int samsung_dmadev_release(unsigned ch, void *param)
{
dma_release_channel((struct dma_chan *)ch);

Expand Down

0 comments on commit c6042cd

Please sign in to comment.