Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344332
b: refs/heads/master
c: 73d9cdc
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 22, 2012
1 parent 374f3c2 commit a1a131f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8eb9e7d2a198fe3a0f76d9e5b374160c26e4621
refs/heads/master: 73d9cdca1ced6ab32be363b58699039bd82b062a
1 change: 1 addition & 0 deletions trunk/drivers/dma/mv_xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,7 @@ static int __devinit mv_xor_probe(struct platform_device *pdev)
cap_mask, irq);
if (IS_ERR(xordev->channels[i])) {
ret = PTR_ERR(xordev->channels[i]);
xordev->channels[i] = NULL;
irq_dispose_mapping(irq);
goto err_channel_add;
}
Expand Down

0 comments on commit a1a131f

Please sign in to comment.