Changeset 659 for GPL


Ignore:
Timestamp:
Jan 25, 2021, 10:09:54 PM (5 years ago)
Author:
Paul Smedley
Message:

Add workaround for missing WARN_ONCE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/alsa-kernel/pci/hda/hda_intel.c

    r643 r659  
    729729                      "hda-intel: zero azx_dev->period_bytes"))
    730730                return -1; /* this shouldn't happen! */
     731#else
     732        if (!azx_dev->core.period_bytes) {
     733                pr_debug("hda-intel: zero azx_dev->period_bytes");
     734                return -1; /* this shouldn't happen! */
     735        }
    731736#endif
    732737        if (wallclk < (azx_dev->core.period_wallclk * 5) / 4 &&
Note: See TracChangeset for help on using the changeset viewer.