mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
As drvdata is cleared to NULL at probe failure or at removal by the driver core, we don't have to call pci_set_drvdata(pci, NULL) any longer in each driver. The only remaining pci_set_drvdata(NULL) is in azx_firmware_cb() in hda_intel.c. Since this function itself releases the card instance, we need to clear drvdata here as well, so that it won't be released doubly in the remove callback. Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
|---|---|---|
| .. | ||
| ak4396.h | ||
| cm9780.h | ||
| cs2000.h | ||
| cs4245.h | ||
| cs4362a.h | ||
| cs4398.h | ||
| Makefile | ||
| oxygen.c | ||
| oxygen.h | ||
| oxygen_io.c | ||
| oxygen_lib.c | ||
| oxygen_mixer.c | ||
| oxygen_pcm.c | ||
| oxygen_regs.h | ||
| pcm1796.h | ||
| virtuoso.c | ||
| wm8766.h | ||
| wm8776.h | ||
| wm8785.h | ||
| xonar.h | ||
| xonar_cs43xx.c | ||
| xonar_dg.c | ||
| xonar_dg.h | ||
| xonar_hdmi.c | ||
| xonar_lib.c | ||
| xonar_pcm179x.c | ||
| xonar_wm87x6.c | ||