Ignore:
Timestamp:
Sep 18, 2022, 7:39:50 AM (3 years ago)
Author:
Paul Smedley
Message:

Initial commit of 5.17.15

File:
1 edited

Legend:

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

    r736 r737  
    18441844}
    18451845
    1846 static int snd_cs4281_probe(struct pci_dev *pci,
    1847                             const struct pci_device_id *pci_id)
     1846static int __snd_cs4281_probe(struct pci_dev *pci,
     1847                              const struct pci_device_id *pci_id)
    18481848{
    18491849        static int dev;
     
    19051905}
    19061906
     1907static int snd_cs4281_probe(struct pci_dev *pci,
     1908                            const struct pci_device_id *pci_id)
     1909{
     1910        return snd_card_free_on_error(&pci->dev, __snd_cs4281_probe(pci, pci_id));
     1911}
     1912
    19071913/*
    19081914 * Power Management
Note: See TracChangeset for help on using the changeset viewer.