Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375801
b: refs/heads/master
c: 5f68d04
h: refs/heads/master
i:
  375799: e9a0006
v: v3
  • Loading branch information
Wolfram Sang committed May 18, 2013
1 parent 7597019 commit 5975f7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 02fdb79f3623de6281dae9ae26ff5a8e1aa58970
refs/heads/master: 5f68d04d39eeb16b9ea7639f62c4ae59163b4813
6 changes: 0 additions & 6 deletions trunk/sound/soc/fsl/imx-ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,6 @@ static int imx_ssi_probe(struct platform_device *pdev)
clk_prepare_enable(ssi->clk);

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
ret = -ENODEV;
goto failed_get_resource;
}

ssi->base = devm_ioremap_resource(&pdev->dev, res);
if (IS_ERR(ssi->base)) {
ret = PTR_ERR(ssi->base);
Expand Down Expand Up @@ -633,7 +628,6 @@ static int imx_ssi_probe(struct platform_device *pdev)
snd_soc_unregister_component(&pdev->dev);
failed_register:
release_mem_region(res->start, resource_size(res));
failed_get_resource:
clk_disable_unprepare(ssi->clk);
failed_clk:

Expand Down

0 comments on commit 5975f7c

Please sign in to comment.