Ignore:
Timestamp:
Apr 19, 2025, 8:08:37 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge in changes from 6.6-LTS branch.
Fixed additional 25+ problems.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/bt87x.c

    r717 r772  
    706706        spin_lock_init(&chip->reg_lock);
    707707
    708 #ifndef TARGET_OS2
    709708        err = pcim_iomap_regions(pci, 1 << 0, "Bt87x audio");
    710709        if (err < 0)
    711710                return err;
    712711        chip->mmio = pcim_iomap_table(pci)[0];
    713 #else
    714         err = pci_request_regions(pci, "Bt87x audio");
    715         if (err < 0) {
    716                 kfree(chip);
    717                 pci_disable_device(pci);
    718                 return err;
    719         }
    720         chip->mmio = pci_ioremap_bar(pci, 0);
    721 #endif
    722712        chip->reg_control = CTL_A_PWRDN | CTL_DA_ES2 |
    723713                            CTL_PKTP_16 | (15 << CTL_DA_SDR_SHIFT);
Note: See TracChangeset for help on using the changeset viewer.