Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262059
b: refs/heads/master
c: f32807f
h: refs/heads/master
i:
  262057: d416629
  262055: d7915bd
v: v3
  • Loading branch information
Vinod Koul committed Jul 26, 2011
1 parent 0717bf2 commit d9e57ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 760596c6b986e6345a28392cf40ee344bfd209a6
refs/heads/master: f32807f1ff7fbfd2d4ec708b1ac8cb75cb92bfef
3 changes: 2 additions & 1 deletion trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1123,8 +1123,9 @@ static u32 pl08x_width(enum dma_slave_buswidth width)
return PL080_WIDTH_16BIT;
case DMA_SLAVE_BUSWIDTH_4_BYTES:
return PL080_WIDTH_32BIT;
default:
return ~0;
}
return ~0;
}

static u32 pl08x_burst(u32 maxburst)
Expand Down

0 comments on commit d9e57ae

Please sign in to comment.