Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33209
b: refs/heads/master
c: be6a83d
h: refs/heads/master
i:
  33207: 2b04bac
v: v3
  • Loading branch information
Johannes Berg authored and Jaroslav Kysela committed Aug 3, 2006
1 parent b5cdeda commit 623b80b
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: 545b07d3620c9eac3349398b5303d20cab260ff6
refs/heads/master: be6a83dd668fb8578456b61d9e16a18d9bc37a65
2 changes: 1 addition & 1 deletion trunk/sound/aoa/core/snd-aoa-gpio-pmf.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static void pmf_gpio_set_##name(struct gpio_runtime *rt, int on)\
\
if (unlikely(!rt)) return; \
rc = pmf_call_function(rt->node, #name "-mute", &args); \
if (rc) \
if (rc && rc != -ENODEV) \
printk(KERN_WARNING "pmf_gpio_set_" #name \
" failed, rc: %d\n", rc); \
rt->implementation_private &= ~(1<<bit); \
Expand Down

0 comments on commit 623b80b

Please sign in to comment.