Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316248
b: refs/heads/master
c: 9f0ed7a
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mark Brown committed Jun 17, 2012
1 parent 76eabd1 commit 97a755f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e0690385a86cac5403a62d91dc146f2508416ded
refs/heads/master: 9f0ed7a7c547efbce2c15b5017744809e9bba23a
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/ab8500-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,8 @@ static int anc_status_control_put(struct snd_kcontrol *kcontrol,
req != ANC_APPLY_IIR) {
dev_err(dev, "%s: ERROR: Unsupported status to set '%s'!\n",
__func__, enum_anc_state[req]);
return -EINVAL;
status = -EINVAL;
goto cleanup;
}
apply_fir = req == ANC_APPLY_FIR || req == ANC_APPLY_FIR_IIR;
apply_iir = req == ANC_APPLY_IIR || req == ANC_APPLY_FIR_IIR;
Expand Down

0 comments on commit 97a755f

Please sign in to comment.