Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228896
b: refs/heads/master
c: 150ee73
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Chris Ball committed Jan 9, 2011
1 parent 0a639cd commit 320453e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e8120ad129c160ff5b2e2b197d025a2cd661c2f2
refs/heads/master: 150ee73d1b35936aafc5fd3b39a7291b1f66de07
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/davinci_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ static void mmc_davinci_send_dma_request(struct mmc_davinci_host *host,
struct scatterlist *sg;
unsigned sg_len;
unsigned bytes_left = host->bytes_left;
const unsigned shift = ffs(rw_threshold) - 1;;
const unsigned shift = ffs(rw_threshold) - 1;

if (host->data_dir == DAVINCI_MMC_DATADIR_WRITE) {
template = &host->tx_template;
Expand Down

0 comments on commit 320453e

Please sign in to comment.