mirror of https://github.com/torvalds/linux.git
put_device will call ac97_codec_release to free
ac97_codec_device and other resources, so remove the kfree
and other redundant code.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ac97_core.h | ||
| bus.c | ||
| codec.c | ||
| snd_ac97_compat.c | ||