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/intel8x0.c

    r710 r711  
    31433143}
    31443144
    3145 static int snd_intel8x0_probe(struct pci_dev *pci,
    3146                               const struct pci_device_id *pci_id)
     3145static int __snd_intel8x0_probe(struct pci_dev *pci,
     3146                                const struct pci_device_id *pci_id)
    31473147{
    31483148        struct snd_card *card;
     
    32233223}
    32243224
     3225static int snd_intel8x0_probe(struct pci_dev *pci,
     3226                              const struct pci_device_id *pci_id)
     3227{
     3228        return snd_card_free_on_error(&pci->dev, __snd_intel8x0_probe(pci, pci_id));
     3229}
     3230
    32253231static struct pci_driver intel8x0_driver = {
    32263232        .name = KBUILD_MODNAME,
Note: See TracChangeset for help on using the changeset viewer.