Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270882
b: refs/heads/master
c: 01840bb
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Mark Brown committed Oct 17, 2011
1 parent 63d83de commit 89170f3
Show file tree
Hide file tree
Showing 3 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: 535bd16f4190d6868661c7f5d61cb4cbd64cd94c
refs/heads/master: 01840bbe5f4406bf1d24590b96b0e3df43aaa81a
4 changes: 2 additions & 2 deletions trunk/sound/soc/tegra/tegra_das.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static int __devinit tegra_das_probe(struct platform_device *pdev)
release_mem_region(res->start, resource_size(res));
err_free:
kfree(das);
das = 0;
das = NULL;
exit:
return ret;
}
Expand All @@ -234,7 +234,7 @@ static int __devexit tegra_das_remove(struct platform_device *pdev)
release_mem_region(res->start, resource_size(res));

kfree(das);
das = 0;
das = NULL;

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/tegra/tegra_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static void tegra_pcm_free(struct snd_pcm *pcm)
tegra_pcm_deallocate_dma_buffer(pcm, SNDRV_PCM_STREAM_PLAYBACK);
}

struct snd_soc_platform_driver tegra_pcm_platform = {
static struct snd_soc_platform_driver tegra_pcm_platform = {
.ops = &tegra_pcm_ops,
.pcm_new = tegra_pcm_new,
.pcm_free = tegra_pcm_free,
Expand Down

0 comments on commit 89170f3

Please sign in to comment.