Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308003
b: refs/heads/master
c: 0ff5ee8
h: refs/heads/master
i:
  308001: b49ea13
  307999: 2bb68a6
v: v3
  • Loading branch information
Ricardo Neri authored and Liam Girdwood committed May 22, 2012
1 parent e9965aa commit c051942
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: e412ec64bd598d7c41edc00aed8de67b2fa19754
refs/heads/master: 0ff5ee871ff18bb5b66a81353aac1db7e9399d95
4 changes: 2 additions & 2 deletions trunk/sound/soc/omap/omap-hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static __devinit int omap_hdmi_probe(struct platform_device *pdev)
hdmi_rsrc = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!hdmi_rsrc) {
dev_err(&pdev->dev, "Cannot obtain IORESOURCE_MEM HDMI\n");
return -EINVAL;
return -ENODEV;
}

omap_hdmi_dai_dma_params.port_addr = hdmi_rsrc->start
Expand All @@ -115,7 +115,7 @@ static __devinit int omap_hdmi_probe(struct platform_device *pdev)
hdmi_rsrc = platform_get_resource(pdev, IORESOURCE_DMA, 0);
if (!hdmi_rsrc) {
dev_err(&pdev->dev, "Cannot obtain IORESOURCE_DMA HDMI\n");
return -EINVAL;
return -ENODEV;
}

omap_hdmi_dai_dma_params.dma_req = hdmi_rsrc->start;
Expand Down

0 comments on commit c051942

Please sign in to comment.