diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-15 11:49:56 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-15 11:49:56 -0500 |
commit | dea500c7c6e507c72ef94d0f6cd039d81b4c645f (patch) | |
tree | da1f7664273f4916cbd8d8e4e1a8331c858a81a6 /sound/pci/hda | |
parent | 7a527edee43a3c6c861e4a269f2bd3799b9bf8e8 (diff) |
ALSA: hda/ca0132 - Fix a wrong comma in snd_printdd() call
sound/pci/hda/patch_ca0132.c: In function ‘ca0132_effects_set’:
sound/pci/hda/patch_ca0132.c:3391:2: warning: too many arguments for
format [-Wformat-extra-args]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 70a2c552c49c..daf5ee381e5c 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c | |||
@@ -3388,7 +3388,7 @@ static int ca0132_effects_set(struct hda_codec *codec, hda_nid_t nid, long val) | |||
3388 | val = 0; | 3388 | val = 0; |
3389 | } | 3389 | } |
3390 | 3390 | ||
3391 | snd_printdd(KERN_INFO, "ca0132_effect_set: nid=0x%x, val=%ld\n", | 3391 | snd_printdd(KERN_INFO "ca0132_effect_set: nid=0x%x, val=%ld\n", |
3392 | nid, val); | 3392 | nid, val); |
3393 | 3393 | ||
3394 | on = (val == 0) ? FLOAT_ZERO : FLOAT_ONE; | 3394 | on = (val == 0) ? FLOAT_ZERO : FLOAT_ONE; |