mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
6065abf5ce
The various devm_ functions allocate memory that is released when a driver detaches. This patch uses devm_kzalloc, devm_request_mem_region and devm_ioremap for data that is allocated in the probe function of a platform device and is only freed in the remove function. Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> |
||
---|---|---|
.. | ||
ac97c.c | ||
db1000.c | ||
db1200.c | ||
dbdma2.c | ||
dma.c | ||
i2sc.c | ||
Kconfig | ||
Makefile | ||
psc-ac97.c | ||
psc-i2s.c | ||
psc.h |