diff --git a/[refs] b/[refs] index 43cb715ce122..4160d78f7b81 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 36ce99c1dcab2978fc1900f19b431adedd8f99f6 +refs/heads/master: cf0baf16c3a3b3dd67ea3df346479032ab10e988 diff --git a/trunk/include/sound/core.h b/trunk/include/sound/core.h index a89728db5584..1ec992b3f1d0 100644 --- a/trunk/include/sound/core.h +++ b/trunk/include/sound/core.h @@ -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 /**