mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
commit b47b493d6387ae437098112936f32be27f73516c upstream.
In get_channel(), the reference obtained by bus_find_device_by_name()
was dropped via put_device() before accessing the device's driver data
Move put_device() after usage to avoid potential issues.
Fixes:
|
||
|---|---|---|
| .. | ||
| configfs.c | ||
| core.c | ||
| Kconfig | ||
| Makefile | ||
| most_cdev.c | ||
| most_snd.c | ||
| most_usb.c | ||