mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| configfs.c | ||
| core.c | ||
| most_cdev.c | ||
| most_snd.c | ||
| most_usb.c | ||