mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
The regmap_field objects allocated at player init are never freed and
may leak resources if the driver is removed.
Switch to devm_regmap_field_alloc() to automatically limit the lifetime
of the allocations the lifetime of the device.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| sti_uniperif.c | ||
| uniperif_player.c | ||
| uniperif_reader.c | ||
| uniperif.h | ||