Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348469
b: refs/heads/master
c: ab6e439
h: refs/heads/master
i:
  348467: e4785f1
v: v3
  • Loading branch information
Thomas Petazzoni authored and Jason Cooper committed Jan 6, 2013
1 parent 0c54e06 commit 09c3478
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: 41be8dc1a44ee2a0a52bdf2b77273624c40782b6
refs/heads/master: ab6e439fd07aba7cadcadb3fb5e11d3758e19679
2 changes: 1 addition & 1 deletion trunk/drivers/dma/mv_xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1361,9 +1361,9 @@ static int mv_xor_probe(struct platform_device *pdev)
err_channel_add:
for (i = 0; i < MV_XOR_MAX_CHANNELS; i++)
if (xordev->channels[i]) {
mv_xor_channel_remove(xordev->channels[i]);
if (pdev->dev.of_node)
irq_dispose_mapping(xordev->channels[i]->irq);
mv_xor_channel_remove(xordev->channels[i]);
}

clk_disable_unprepare(xordev->clk);
Expand Down

0 comments on commit 09c3478

Please sign in to comment.