Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344331
b: refs/heads/master
c: f8eb9e7
h: refs/heads/master
i:
  344329: 5e1202f
  344327: 28668a7
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 22, 2012
1 parent c1ca971 commit 374f3c2
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: 2d0a074517da34a6386bdd9a22bc006c8fa21044
refs/heads/master: f8eb9e7d2a198fe3a0f76d9e5b374160c26e4621
4 changes: 2 additions & 2 deletions trunk/drivers/dma/mv_xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1312,8 +1312,8 @@ static int __devinit mv_xor_probe(struct platform_device *pdev)
dma_cap_set(DMA_INTERRUPT, cap_mask);

irq = irq_of_parse_and_map(np, 0);
if (irq < 0) {
ret = irq;
if (!irq) {
ret = -ENODEV;
goto err_channel_add;
}

Expand Down

0 comments on commit 374f3c2

Please sign in to comment.