mirror of https://github.com/torvalds/linux.git
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().
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cs5535audio.c | ||
| cs5535audio.h | ||
| cs5535audio_olpc.c | ||
| cs5535audio_pcm.c | ||
| cs5535audio_pm.c | ||