]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/core/seq/seq_queue.c
Merge branch 'for-next' into for-linus
[karo-tx-linux.git] / sound / core / seq / seq_queue.c
index f9077361c119d1a4a5eed6135a3d2e4042c812e5..aad4878cee5579f2556524db0f61a069cc07fef5 100644 (file)
@@ -112,7 +112,7 @@ static struct snd_seq_queue *queue_new(int owner, int locked)
 
        q = kzalloc(sizeof(*q), GFP_KERNEL);
        if (q == NULL) {
-               snd_printd("malloc failed for snd_seq_queue_new()\n");
+               pr_debug("ALSA: seq: malloc failed for snd_seq_queue_new()\n");
                return NULL;
        }