Commits
Sherry Sun committed ec563611261
MLK-22357-3 usb: Clear the value of bEndpointAddress before refill it For one usb controller driver, the transport endpoint address won't change after the driver initialize. So the value of bEndpointAddress have no need to be cleared. But when more than one usb controller drivers are used at the same time, different endpoints address is used by different controller driver usually, it will cause confusion of endpoint address. So the value of bEndpointAddress had better been cleared everytime before we refill endpoint address to it. Signed-off-by: Sherry Sun <sherry.sun@nxp.com> (cherry picked from commit 9f9102968a777cfdcf0609a5435b35406f57124c)