Changeset 711 for GPL/branches/uniaud32-next/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Aug 5, 2022, 4:38:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/alsa-kernel/pci/intel8x0.c
r710 r711 3143 3143 } 3144 3144 3145 static int snd_intel8x0_probe(struct pci_dev *pci,3146 const struct pci_device_id *pci_id)3145 static int __snd_intel8x0_probe(struct pci_dev *pci, 3146 const struct pci_device_id *pci_id) 3147 3147 { 3148 3148 struct snd_card *card; … … 3223 3223 } 3224 3224 3225 static 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 3225 3231 static struct pci_driver intel8x0_driver = { 3226 3232 .name = KBUILD_MODNAME,
Note:
See TracChangeset
for help on using the changeset viewer.
