Searched hist:e031577eef6118bd9c4f3ec319f69986531cd32c (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/isa/ad1848/ |
H A D | ad1848.c | diff e031577eef6118bd9c4f3ec319f69986531cd32c Thu Jul 15 02:59:17 CDT 2021 Takashi Iwai <tiwai@suse.de> ALSA: ad1848: Allocate resources with device-managed APIs
This patch converts the resource management in ISA ad1848 driver with devres as a clean up. Each manual resource management is converted with the corresponding devres helper. The remove callback became superfluous and dropped.
This should give no user-visible functional changes.
Link: https://lore.kernel.org/r/20210715075941.23332-56-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|