Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342989
b: refs/heads/master
c: 468c117
h: refs/heads/master
i:
  342987: 70e22d8
v: v3
  • Loading branch information
Bill Pemberton authored and Mark Brown committed Dec 9, 2012
1 parent 684db3a commit 9baa5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: bb5eb6ec2604c495805427b61a0ba0ff9d5b4aa9
refs/heads/master: 468c11754b5b543ab2d03ee5cc2e658f50cb1e59
6 changes: 3 additions & 3 deletions trunk/sound/soc/spear/spear_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ struct snd_soc_platform_driver spear_soc_platform = {
.pcm_free = spear_pcm_free,
};

static int __devinit spear_soc_platform_probe(struct platform_device *pdev)
static int spear_soc_platform_probe(struct platform_device *pdev)
{
return snd_soc_register_platform(&pdev->dev, &spear_soc_platform);
}

static int __devexit spear_soc_platform_remove(struct platform_device *pdev)
static int spear_soc_platform_remove(struct platform_device *pdev)
{
snd_soc_unregister_platform(&pdev->dev);

Expand All @@ -203,7 +203,7 @@ static struct platform_driver spear_pcm_driver = {
},

.probe = spear_soc_platform_probe,
.remove = __devexit_p(spear_soc_platform_remove),
.remove = spear_soc_platform_remove,
};

module_platform_driver(spear_pcm_driver);
Expand Down

0 comments on commit 9baa5d5

Please sign in to comment.