Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326885
b: refs/heads/master
c: 2087a69
h: refs/heads/master
i:
  326883: b42517b
v: v3
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent ef56a76 commit 3d07ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: db5c811d4044b5bd2ef923c7466bd2720eee0887
refs/heads/master: 2087a692a54947ef5688d096e398111a25356692
7 changes: 2 additions & 5 deletions trunk/sound/soc/ux500/mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ static int __devinit mop500_probe(struct platform_device *pdev)
struct device_node *np = pdev->dev.of_node;
int ret;

pr_debug("%s: Enter.\n", __func__);

dev_dbg(&pdev->dev, "%s: Enter.\n", __func__);

mop500_card.dev = &pdev->dev;
Expand Down Expand Up @@ -117,8 +115,7 @@ static int __devinit mop500_probe(struct platform_device *pdev)
ret = snd_soc_register_card(&mop500_card);
if (ret)
dev_err(&pdev->dev,
"Error: snd_soc_register_card failed (%d)!\n",
ret);
"Error: snd_soc_register_card failed (%d)!\n", ret);

return ret;
}
Expand All @@ -131,7 +128,7 @@ static int __devexit mop500_remove(struct platform_device *pdev)

snd_soc_unregister_card(mop500_card);
mop500_ab8500_remove(mop500_card);

return 0;
}

Expand Down

0 comments on commit 3d07ff7

Please sign in to comment.