commit | 2336a986793c771008b181ec65334c240ce512ca | [log] [tgz] |
---|---|---|
author | Li Yang <leoli@freescale.com> | Thu Jan 03 10:04:40 2008 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 14:34:43 2008 -0800 |
tree | d37fb204b34f6425ff4227624575ee07f44e353d | |
parent | 3004e5379a525d848bbe8ddff2c534ac0fb04e2c [diff] |
usb gadget: fix fsl_usb2_udc potential OOPS For fsl_usb2_udc driver, ep0 also has a descriptor. Current code is misleading and contains a logical mistake. Here is the patch to fix it. http://bugzilla.kernel.org/show_bug.cgi?id=9595 Cc: stable <stable@kernel.org> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>