Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311050
b: refs/heads/master
c: 6b03976
h: refs/heads/master
v: v3
  • Loading branch information
Ohad Ben-Cohen committed Jun 17, 2012
1 parent 5cde6af commit b35c62f
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: 30338cf09f82523d8747670f7363cc8af347c79f
refs/heads/master: 6b03976288538a94e072bbfcd12d69a20daea8aa
2 changes: 1 addition & 1 deletion trunk/drivers/remoteproc/omap_remoteproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static int __devinit omap_rproc_probe(struct platform_device *pdev)

ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
if (ret) {
dev_err(pdev->dev.parent, "dma_set_coherent_mask: %d\n", ret);
dev_err(&pdev->dev, "dma_set_coherent_mask: %d\n", ret);
return ret;
}

Expand Down

0 comments on commit b35c62f

Please sign in to comment.