mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
urbs does not be freed in exception paths in __lf_x_usb_enable_rx().
That will trigger memory leak. To fix it, add kfree() for urbs within
"error" label. Compile tested only.
Fixes:
|
||
|---|---|---|
| .. | ||
| chip.c | ||
| chip.h | ||
| firmware.c | ||
| intf.h | ||
| Kconfig | ||
| mac.c | ||
| mac.h | ||
| Makefile | ||
| usb.c | ||
| usb.h | ||