Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374641
b: refs/heads/master
c: f5b9b77
h: refs/heads/master
i:
  374639: 4191b5e
v: v3
  • Loading branch information
Andy Shevchenko authored and Vinod Koul committed Apr 15, 2013
1 parent 3a8f2e0 commit ab10fa5
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: f776076b9fa82d630651c9af56359d80fce86d68
refs/heads/master: f5b9b77eea1f9aaf7725872be4b382f5530bb41e
2 changes: 1 addition & 1 deletion trunk/drivers/dma/dw_dmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ static int dw_probe(struct platform_device *pdev)
if (pdev->dev.of_node) {
err = of_dma_controller_register(pdev->dev.of_node,
dw_dma_of_xlate, dw);
if (err && err != -ENODEV)
if (err)
dev_err(&pdev->dev,
"could not register of_dma_controller\n");
}
Expand Down

0 comments on commit ab10fa5

Please sign in to comment.