Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231624
b: refs/heads/master
c: 0261f74
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongquan authored and Dan Williams committed Jan 15, 2011
1 parent ae2b01e commit 3578066
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: 96a608a4bfd8468c21881b3f92024923886eb015
refs/heads/master: 0261f7416362f6affc2d4fe7fea9320a6bdaaee6
4 changes: 2 additions & 2 deletions trunk/drivers/dma/iop-adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ iop_adma_xor_val_self_test(struct iop_adma_device *device)
return err;
}

#ifdef CONFIG_MD_RAID6_PQ
#ifdef CONFIG_RAID6_PQ
static int __devinit
iop_adma_pq_zero_sum_self_test(struct iop_adma_device *device)
{
Expand Down Expand Up @@ -1584,7 +1584,7 @@ static int __devinit iop_adma_probe(struct platform_device *pdev)

if (dma_has_cap(DMA_PQ, dma_dev->cap_mask) &&
dma_has_cap(DMA_PQ_VAL, dma_dev->cap_mask)) {
#ifdef CONFIG_MD_RAID6_PQ
#ifdef CONFIG_RAID6_PQ
ret = iop_adma_pq_zero_sum_self_test(adev);
dev_dbg(&pdev->dev, "pq self test returned %d\n", ret);
#else
Expand Down

0 comments on commit 3578066

Please sign in to comment.