mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 03:40:55 +07:00
ALSA: Fixed a typo of printk()
Fixed a silly typo of printk() included in the previous patch... Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
36ce99c1dc
commit
cf0baf16c3
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user