]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/core/pcm_lib.c
Merge branch 'linus' into sched/core, to pick up fixes
[karo-tx-linux.git] / sound / core / pcm_lib.c
index dd5254077ef71bd54b67d5b16fb0975cde7d19d9..8771760670724337e366b61fc38ee08187a67ae6 100644 (file)
@@ -2492,7 +2492,7 @@ static int pcm_chmap_ctl_get(struct snd_kcontrol *kcontrol,
        struct snd_pcm_substream *substream;
        const struct snd_pcm_chmap_elem *map;
 
-       if (snd_BUG_ON(!info->chmap))
+       if (!info->chmap)
                return -EINVAL;
        substream = snd_pcm_chmap_substream(info, idx);
        if (!substream)
@@ -2524,7 +2524,7 @@ static int pcm_chmap_ctl_tlv(struct snd_kcontrol *kcontrol, int op_flag,
        unsigned int __user *dst;
        int c, count = 0;
 
-       if (snd_BUG_ON(!info->chmap))
+       if (!info->chmap)
                return -EINVAL;
        if (size < 8)
                return -ENOMEM;