diff options
| -rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 3db26c451837..b6cf9684c2ec 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
| @@ -1824,7 +1824,7 @@ static int get_kctl_0dB_offset(struct hda_codec *codec, | |||
| 1824 | return -1; | 1824 | return -1; |
| 1825 | if (*step_to_check && *step_to_check != step) { | 1825 | if (*step_to_check && *step_to_check != step) { |
| 1826 | codec_err(codec, "Mismatching dB step for vmaster slave (%d!=%d)\n", | 1826 | codec_err(codec, "Mismatching dB step for vmaster slave (%d!=%d)\n", |
| 1827 | - *step_to_check, step); | 1827 | *step_to_check, step); |
| 1828 | return -1; | 1828 | return -1; |
| 1829 | } | 1829 | } |
| 1830 | *step_to_check = step; | 1830 | *step_to_check = step; |
