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

    r736 r737  
    31333133}
    31343134
    3135 static int snd_intel8x0_probe(struct pci_dev *pci,
    3136                               const struct pci_device_id *pci_id)
     3135static int __snd_intel8x0_probe(struct pci_dev *pci,
     3136                                const struct pci_device_id *pci_id)
    31373137{
    31383138        struct snd_card *card;
     
    32133213}
    32143214
     3215static int snd_intel8x0_probe(struct pci_dev *pci,
     3216                              const struct pci_device_id *pci_id)
     3217{
     3218        return snd_card_free_on_error(&pci->dev, __snd_intel8x0_probe(pci, pci_id));
     3219}
     3220
    32153221static struct pci_driver intel8x0_driver = {
    32163222        .name = KBUILD_MODNAME,
Note: See TracChangeset for help on using the changeset viewer.