Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45931
b: refs/heads/master
c: b9d1902
h: refs/heads/master
i:
  45929: eecfa8c
  45927: a0d8ff1
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Jan 29, 2007
1 parent fa5119e commit 746d31c
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: c6428464894889e110418928e6b37dc2eb4cee56
refs/heads/master: b9d1902cd281d9b829fb3d6ee9148d28c8c63382
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c2410/s3c2412-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ static struct s3c24xx_dma_map __initdata s3c2412_dma_mappings[] = {
static void s3c2412_dma_select(struct s3c2410_dma_chan *chan,
struct s3c24xx_dma_map *map)
{
writel(chan->regs + S3C2412_DMA_DMAREQSEL,
map->channels[0] | S3C2412_DMAREQSEL_HW);
writel(map->channels[0] | S3C2412_DMAREQSEL_HW,
chan->regs + S3C2412_DMA_DMAREQSEL);
}

static struct s3c24xx_dma_selection __initdata s3c2412_dma_sel = {
Expand Down

0 comments on commit 746d31c

Please sign in to comment.