Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176392
b: refs/heads/master
c: 3d348aa
h: refs/heads/master
v: v3
  • Loading branch information
Sudhakar Rajashekhara authored and Linus Torvalds committed Dec 15, 2009
1 parent c6f9a04 commit 489efb6
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: b4cff4549b7a8c5fc8b88e3493b6287555f0512c
refs/heads/master: 3d348aaf5b4b7d5a65123f4afad3eae416b2903b
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/davinci_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ struct mmc_davinci_host {
u32 buffer_bytes_left;
u32 bytes_left;

u8 rxdma, txdma;
u32 rxdma, txdma;
bool use_dma;
bool do_dma;

Expand All @@ -190,7 +190,7 @@ struct mmc_davinci_host {
struct edmacc_param tx_template;
struct edmacc_param rx_template;
unsigned n_link;
u8 links[NR_SG - 1];
u32 links[NR_SG - 1];

/* For PIO we walk scatterlists one segment at a time. */
unsigned int sg_len;
Expand Down

0 comments on commit 489efb6

Please sign in to comment.