mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
856a0a6e2d
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 |