From: Takashi Iwai Date: Thu, 19 Mar 2009 08:55:15 +0000 (+0100) Subject: ALSA: pcm - Fix a typo in error messages X-Git-Tag: v2.6.30-rc1~676^2~23^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cad377acf3d6af6279622048e96680e79e352183;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ALSA: pcm - Fix a typo in error messages Fix a typo in error messages; forgotten after a copy&paste error. Signed-off-by: Takashi Iwai --- diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c index 86ac9ae..2ff25ed 100644 --- a/sound/core/pcm_lib.c +++ b/sound/core/pcm_lib.c @@ -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); \ } \