commit | 9067070e92c423373405457dbd1b2655b64d84c2 | [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 | ae5f932cfbb2a81afca014dcdd34522c5053da41 [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>