Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117842
b: refs/heads/master
c: f371be6
h: refs/heads/master
v: v3
  • Loading branch information
Venki Pallipadi authored and Len Brown committed Oct 24, 2008
1 parent 325cc68 commit 6f67087
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: 33093e186c8f80b443fafb1d347a140bdd2b86c6
refs/heads/master: f371be6352cdde3df2253b76acb979480e93ce4f
2 changes: 1 addition & 1 deletion trunk/drivers/dma/ioat_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static int ioat_dma_enumerate_channels(struct ioatdma_device *device)
xfercap_scale = readb(device->reg_base + IOAT_XFERCAP_OFFSET);
xfercap = (xfercap_scale == 0 ? -1 : (1UL << xfercap_scale));

#if CONFIG_I7300_IDLE_IOAT_CHANNEL
#ifdef CONFIG_I7300_IDLE_IOAT_CHANNEL
if (i7300_idle_platform_probe(NULL, NULL) == 0) {
device->common.chancnt--;
}
Expand Down

0 comments on commit 6f67087

Please sign in to comment.