~ubuntu-branches/ubuntu/trusty/linux-lts-wily/trusty-security

« back to all changes in this revision

Viewing changes to sound/core/seq/oss/seq_oss_synth.c

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa, Kamal Mostafa
  • Date: 2016-02-25 17:47:15 UTC
  • Revision ID: package-import@ubuntu.com-20160225174715-k7zfimvf5qx3bgd9
Tags: 4.2.0-32.37~14.04.1
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1550463

[ Kamal Mostafa ]

* Merged back Ubuntu-4.2.0-31.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        struct seq_oss_synth *rec;
309
309
        struct seq_oss_synthinfo *info;
310
310
 
311
 
        if (snd_BUG_ON(dp->max_synthdev >= SNDRV_SEQ_OSS_MAX_SYNTH_DEVS))
 
311
        if (snd_BUG_ON(dp->max_synthdev > SNDRV_SEQ_OSS_MAX_SYNTH_DEVS))
312
312
                return;
313
313
        for (i = 0; i < dp->max_synthdev; i++) {
314
314
                info = &dp->synths[i];