Ignore:
Timestamp:
Aug 5, 2022, 4:38:17 AM (3 years ago)
Author:
Paul Smedley
Message:

Update source to 5.15.59

File:
1 edited

Legend:

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

    r710 r711  
    18501850}
    18511851
    1852 static int snd_cs4281_probe(struct pci_dev *pci,
    1853                             const struct pci_device_id *pci_id)
     1852static int __snd_cs4281_probe(struct pci_dev *pci,
     1853                              const struct pci_device_id *pci_id)
    18541854{
    18551855        static int dev;
     
    19111911}
    19121912
     1913static int snd_cs4281_probe(struct pci_dev *pci,
     1914                            const struct pci_device_id *pci_id)
     1915{
     1916        return snd_card_free_on_error(&pci->dev, __snd_cs4281_probe(pci, pci_id));
     1917}
     1918
    19131919/*
    19141920 * Power Management
Note: See TracChangeset for help on using the changeset viewer.