Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102211
b: refs/heads/master
c: 97067d5
h: refs/heads/master
i:
  102209: d0a0ef0
  102207: 3884555
v: v3
  • Loading branch information
Pierre Ossman committed Jul 15, 2008
1 parent e01a9d5 commit dcbd43b
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: 7d2be0749a59096a334c94dc48f43294193cb8ed
refs/heads/master: 97067d5581ec831a75a45a52e417bee0f7943dbf
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/wbsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ static void __devinit wbsd_request_dma(struct wbsd_host *host, int dma)

dma_unmap_single(mmc_dev(host->mmc), host->dma_addr,
WBSD_DMA_SIZE, DMA_BIDIRECTIONAL);
host->dma_addr = (dma_addr_t)NULL;
host->dma_addr = 0;

kfree(host->dma_buffer);
host->dma_buffer = NULL;
Expand All @@ -1445,7 +1445,7 @@ static void wbsd_release_dma(struct wbsd_host *host)

host->dma = -1;
host->dma_buffer = NULL;
host->dma_addr = (dma_addr_t)NULL;
host->dma_addr = 0;
}

/*
Expand Down

0 comments on commit dcbd43b

Please sign in to comment.