Skip to content

Commit

Permalink
ALSA: pcm - Fix a typo in error messages
Browse files Browse the repository at this point in the history
Fix a typo in error messages; forgotten after a copy&paste error.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Mar 19, 2009
1 parent 85122ea commit cad377a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/pcm_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static inline int snd_pcm_update_hw_ptr_post(struct snd_pcm_substream *substream
do { \
if (xrun_debug(substream)) { \
if (printk_ratelimit()) { \
snd_printd("hda_codec: " fmt, ##args); \
snd_printd("PCM: " fmt, ##args); \
} \
dump_stack_on_xrun(substream); \
} \
Expand Down

0 comments on commit cad377a

Please sign in to comment.