Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116293
b: refs/heads/master
c: 89f72a0
h: refs/heads/master
i:
  116291: 4b2cff5
v: v3
  • Loading branch information
Julia Lawall authored and Dan Williams committed Sep 14, 2008
1 parent 01066fd commit e40aef2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: fdb0ac80618729e6b12121c66449b8532990eaf3
refs/heads/master: 89f72a0633d1d4f28c4c5c8831ec814523d7671a
2 changes: 0 additions & 2 deletions trunk/drivers/dma/ioat_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,11 +971,9 @@ static struct ioat_desc_sw *ioat_dma_get_next_descriptor(
switch (ioat_chan->device->version) {
case IOAT_VER_1_2:
return ioat1_dma_get_next_descriptor(ioat_chan);
break;
case IOAT_VER_2_0:
case IOAT_VER_3_0:
return ioat2_dma_get_next_descriptor(ioat_chan);
break;
}
return NULL;
}
Expand Down

0 comments on commit e40aef2

Please sign in to comment.