Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165767
b: refs/heads/master
c: 38e12f6
h: refs/heads/master
i:
  165765: 917a81f
  165763: 5b65444
  165759: 6116f09
v: v3
  • Loading branch information
Dan Williams committed Sep 9, 2009
1 parent 1e5db49 commit 89351da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 5cbafa65b92ee4f5b8ba915cddf94b91f186b989
refs/heads/master: 38e12f64a165e83617c21dae3c15972fd8d639f5
2 changes: 0 additions & 2 deletions trunk/drivers/dma/ioat/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,6 @@ ioat1_dma_prep_memcpy(struct dma_chan *c, dma_addr_t dma_dest,

desc->txd.flags = flags;
desc->tx_cnt = tx_cnt;
desc->src = dma_src;
desc->dst = dma_dest;
desc->len = total_len;
list_splice(&chain, &desc->txd.tx_list);
hw->ctl_f.int_en = !!(flags & DMA_PREP_INTERRUPT);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/dma/ioat/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ struct ioat_desc_sw {
struct list_head node;
int tx_cnt;
size_t len;
dma_addr_t src;
dma_addr_t dst;
struct dma_async_tx_descriptor txd;
};

Expand Down

0 comments on commit 89351da

Please sign in to comment.