Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276726
b: refs/heads/master
c: 497d496
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 12, 2011
1 parent 1b66034 commit 8dd81da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 62e4a13e602214908341fad068ff91f31aed1a4e
refs/heads/master: 497d496598f411cb7f0690725a0e8b9029cebdb9
5 changes: 3 additions & 2 deletions trunk/sound/soc/pxa/hx4700.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,10 @@ static int __devinit hx4700_audio_probe(struct platform_device *pdev)
snd_soc_card_hx4700.dev = &pdev->dev;
ret = snd_soc_register_card(&snd_soc_card_hx4700);
if (ret)
return ret;
gpio_free_array(hx4700_audio_gpios,
ARRAY_SIZE(hx4700_audio_gpios));

return 0;
return ret;
}

static int __devexit hx4700_audio_remove(struct platform_device *pdev)
Expand Down

0 comments on commit 8dd81da

Please sign in to comment.