diff options
author | tom.leiming@gmail.com <tom.leiming@gmail.com> | 2012-04-29 22:51:02 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-03 00:13:03 (GMT) |
commit | 720f3d7cb19eb27f85f72836c8f8004ccb257f39 (patch) | |
tree | b3299b0dfb37f0a4c495871b7907bf5b8d0101bd /arch/mn10300/Kconfig.debug | |
parent | 70f8002d7813ffc5dd9ff3e9d01a17794fb4a4df (diff) | |
download | linux-fsl-qoriq-720f3d7cb19eb27f85f72836c8f8004ccb257f39.tar.xz |
usbnet: fix leak of transfer buffer of dev->interrupt
The transfer buffer of dev->interrupt is allocated in .probe path,
but not freed in .disconnet path, so mark the interrupt URB as
URB_FREE_BUFFER to free the buffer when the URB is destroyed.
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Acked-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/mn10300/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions