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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| core.c | ||
| debugfs.c | ||
| event.c | ||
| keyboard_leds.c | ||
| mailbox.c | ||
| properties.c | ||
| sysfs.c | ||
| telemetry.c | ||