Changeset 737 for GPL/branches/uniaud32-exp/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Sep 18, 2022, 7:39:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/alsa-kernel/pci/intel8x0.c
r736 r737 3133 3133 } 3134 3134 3135 static int snd_intel8x0_probe(struct pci_dev *pci,3136 const struct pci_device_id *pci_id)3135 static int __snd_intel8x0_probe(struct pci_dev *pci, 3136 const struct pci_device_id *pci_id) 3137 3137 { 3138 3138 struct snd_card *card; … … 3213 3213 } 3214 3214 3215 static 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 3215 3221 static struct pci_driver intel8x0_driver = { 3216 3222 .name = KBUILD_MODNAME,
Note:
See TracChangeset
for help on using the changeset viewer.
