Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297329
b: refs/heads/master
c: 9beee91
h: refs/heads/master
i:
  297327: 804be50
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Mar 27, 2012
1 parent 17a27f9 commit 76c22c9
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: d418ed87c4e3ecf45d42718c4ead91180997681f
refs/heads/master: 9beee912a3c6e017f03ccefd826b57a6a46c0e31
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ static void dw_mci_stop_dma(struct dw_mci *host)
}
}

#ifdef CONFIG_MMC_DW_IDMAC
static int dw_mci_get_dma_dir(struct mmc_data *data)
{
if (data->flags & MMC_DATA_WRITE)
Expand All @@ -304,6 +303,7 @@ static int dw_mci_get_dma_dir(struct mmc_data *data)
return DMA_FROM_DEVICE;
}

#ifdef CONFIG_MMC_DW_IDMAC
static void dw_mci_dma_cleanup(struct dw_mci *host)
{
struct mmc_data *data = host->data;
Expand Down

0 comments on commit 76c22c9

Please sign in to comment.