Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321359
b: refs/heads/master
c: bbfc328
h: refs/heads/master
i:
  321357: c57c8b0
  321355: d6d5d20
  321351: 992cf57
  321343: d16fe3a
v: v3
  • Loading branch information
Roland Stigge authored and Mark Brown committed Jul 26, 2012
1 parent 4be840e commit b020130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0a88f1f01c5f03f7a21a83aa52454aa930742418
refs/heads/master: bbfc3280ad6701352383e305112b3b27e5b3106f
2 changes: 1 addition & 1 deletion trunk/sound/soc/tegra/tegra_alc5632.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static __devinit int tegra_alc5632_probe(struct platform_device *pdev)
}

alc5632->gpio_hp_det = of_get_named_gpio(np, "nvidia,hp-det-gpios", 0);
if (alc5632->gpio_hp_det == -ENODEV)
if (alc5632->gpio_hp_det == -EPROBE_DEFER)
return -EPROBE_DEFER;

ret = snd_soc_of_parse_card_name(card, "nvidia,model");
Expand Down

0 comments on commit b020130

Please sign in to comment.