commit | efa015bbc410198a192cd3e504ce24104e8c8852 | [log] [tgz] |
---|---|---|
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | Fri May 04 16:47:14 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 08 09:27:56 2012 -0700 |
tree | a40fff67c677ec7bf7fe600fca7f47bb37e5ca76 | |
parent | ab59ac0155ebe16d563b68d63ceb2e2d0747180f [diff] |
usb: gadget: ci13xxx: fix ep list removal in gadget unregistering code Since ep0{out,in} are never on gadget's ep_list, there's no need to try to unlink them, even more so because ep_list linkage is not initialized for these endpoints. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>