mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-21 15:40:58 +00:00
This is caused by dereferencing 'dev_data' after put_device() in
the telem_device_remove() function.
This patch just moves the put_device() down a bit to avoid this
issue.
Fixes:
|
||
|---|---|---|
| .. | ||
| core.c | ||
| debugfs.c | ||
| event.c | ||
| Kconfig | ||
| keyboard_leds.c | ||
| mailbox.c | ||
| Makefile | ||
| properties.c | ||
| sysfs.c | ||
| telemetry.c | ||