Skip to content

Commit

Permalink
ALSA: hda/ca0132 - Fix a wrong comma in snd_printdd() call
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai committed Jan 15, 2013
1 parent 7a527ed commit dea500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_ca0132.c
Original file line number Diff line number Diff line change
Expand Up @@ -3388,7 +3388,7 @@ static int ca0132_effects_set(struct hda_codec *codec, hda_nid_t nid, long val)
val = 0;
}

snd_printdd(KERN_INFO, "ca0132_effect_set: nid=0x%x, val=%ld\n",
snd_printdd(KERN_INFO "ca0132_effect_set: nid=0x%x, val=%ld\n",
nid, val);

on = (val == 0) ? FLOAT_ZERO : FLOAT_ONE;
Expand Down

0 comments on commit dea500c

Please sign in to comment.