Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375802
b: refs/heads/master
c: 12716cd
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang committed May 18, 2013
1 parent 5975f7c commit 051af87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 5f68d04d39eeb16b9ea7639f62c4ae59163b4813
refs/heads/master: 12716cd44da7e6c935e2fb1783417ca31fbbaa97
5 changes: 0 additions & 5 deletions trunk/sound/soc/kirkwood/kirkwood-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,6 @@ static int kirkwood_i2s_dev_probe(struct platform_device *pdev)
dev_set_drvdata(&pdev->dev, priv);

mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!mem) {
dev_err(&pdev->dev, "platform_get_resource failed\n");
return -ENXIO;
}

priv->io = devm_ioremap_resource(&pdev->dev, mem);
if (IS_ERR(priv->io))
return PTR_ERR(priv->io);
Expand Down

0 comments on commit 051af87

Please sign in to comment.