mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 15:41:59 +00:00
The previous cleanup with devres may lead to the incorrect release
orders at the probe error handling due to the devres's nature. Until
we register the card, snd_card_free() has to be called at first for
releasing the stuff properly when the driver tries to manage and
release the stuff via card->private_free().
This patch fixes it by calling snd_card_free() manually on the error
from the probe callback.
Fixes:
|
||
|---|---|---|
| .. | ||
| aw2-alsa.c | ||
| aw2-saa7146.c | ||
| aw2-saa7146.h | ||
| aw2-tsl.c | ||
| Makefile | ||
| saa7146.h | ||