mirror of https://github.com/torvalds/linux.git
The function qcom_slim_ngd_notify_slaves() calls of_slim_get_device() which internally uses device_find_child() to obtain a device reference. According to the device_find_child() documentation, the caller must drop the reference with put_device() after use. Found via static analysis and this is similar to commit |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| core.c | ||
| messaging.c | ||
| qcom-ngd-ctrl.c | ||
| sched.c | ||
| slimbus.h | ||
| stream.c | ||