Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB Network driver infrastructure: Fix leak when usb_autopm_get_inter…
…face() returns less than zero in kevent(). We'll leak the memory allocated to 'urb' in drivers/net/usb/usbnet.c:kevent() when we 'goto fail_lowmem' and the 'urb' variable goes out of scope while still completely unused. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information