]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/core/oss/pcm_oss.c
ALSA: core: Drop superfluous error/debug messages after malloc failures
[mirror_ubuntu-artful-kernel.git] / sound / core / oss / pcm_oss.c
index 80423a4ccab621b04d0c0fbdbe3bdeafc67a7e3b..58550cc93f2805aa8627f9e3e4588c2838281926 100644 (file)
@@ -854,7 +854,6 @@ static int snd_pcm_oss_change_params(struct snd_pcm_substream *substream)
        params = kmalloc(sizeof(*params), GFP_KERNEL);
        sparams = kmalloc(sizeof(*sparams), GFP_KERNEL);
        if (!sw_params || !params || !sparams) {
-               pcm_dbg(substream->pcm, "No memory\n");
                err = -ENOMEM;
                goto failure;
        }