Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf0baf16 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: Fixed a typo of printk()



Fixed a silly typo of printk() included in the previous patch...

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 36ce99c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

/**