From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitaly Kuzmichev Date: Fri, 13 Aug 2010 13:16:05 +0400 Subject: [U-Boot] [PATCH] USB-CDC: wrong ep status used In-Reply-To: <4C6429F1.7080304@mvista.com> References: <1281562865-6586-1-git-send-email-sbabic@denx.de> <4C63C94C.5050303@mvista.com> <4C63E8F8.2090205@denx.de> <4C6429F1.7080304@mvista.com> Message-ID: <4C650D55.1080603@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sergei, On 08/12/2010 09:05 PM, Sergei Shtylyov wrote: > Hello. > > Stefano Babic wrote: > >>> We get oops here! > >> Agree, and the issue is not related to this patch, I missed to correct >> it, thanks. If no one complains, I will send a single patch to fix both >> problems (wrong ep status + null pointer access). > > Looks like Vitaly has done the same already: > Yes, but I have not seen Stefano's comment when sent. Stefano, I would like to add you 'signed-off' in this patch because I took this part from your patch: - usb_ep_free_request (gadget->ep0, dev->req); + usb_ep_free_request (dev->status_ep, dev->req); Do you allow me to add your signature?