commit | 0129e327f424f61a9123de44c73fe1082adb3672 | [log] [tgz] |
---|---|---|
author | Vitaly Kuzmichev <vkuzmichev@mvista.com> | Fri Aug 13 17:00:16 2010 +0400 |
committer | Remy Bohmer <linux@bohmer.net> | Mon Sep 20 21:57:17 2010 +0200 |
tree | f94426fc036b077267f22f06d3d3bdde99888ab1 | |
parent | 7de731859158144cf2abf1de4e79327c8a44baf8 [diff] |
USB-CDC: Correct freeing usb requests Fix in_ep and out_ep confusion (rx_req was allocated from out_ep, not from in_ep) and add lost dev->req freeing. Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>