Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168409
b: refs/heads/master
c: b3c5496
h: refs/heads/master
i:
  168407: 4250d39
v: v3
  • Loading branch information
Ben Dooks committed Nov 9, 2009
1 parent e0f455a commit bfd6823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 54489cd46a3a268ed981c681726c6d690883f076
refs/heads/master: b3c5496fbfc2e5f64bb85b142615717850fee980
7 changes: 2 additions & 5 deletions trunk/arch/arm/mach-s3c6400/include/mach/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,9 @@ enum dma_ch {
DMACH_MAX /* the end */
};

static __inline__ int s3c_dma_has_circular(void)
static __inline__ bool s3c_dma_has_circular(void)
{
/* we will be supporting ciruclar buffers as soon as we have DMA
* engine support.
*/
return 1;
return true;
}

#define S3C2410_DMAF_CIRCULAR (1 << 0)
Expand Down

0 comments on commit bfd6823

Please sign in to comment.