提交 cf0baf16 编写于 作者: T Takashi Iwai

ALSA: Fixed a typo of printk()

Fixed a silly typo of printk() included in the previous patch...
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 36ce99c1
......@@ -348,7 +348,7 @@ void __snd_printk(unsigned int level, const char *file, int line,
__attribute__ ((format (printf, 4, 5)));
#else
#define __snd_printk(level, file, line, format, args...) \
prinkt(format, ##args)
printk(format, ##args)
#endif
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册