Home
last modified time | relevance | path

Searched hist:e3c93e1a3f35be4cf1493d3ccfb0c6d9209e4922 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.cdiff e3c93e1a3f35be4cf1493d3ccfb0c6d9209e4922 Mon Dec 30 12:33:53 CST 2013 Felipe Balbi <balbi@ti.com> usb: musb: core: fix TX/RX endpoint order

As per Mentor Graphics' documentation, we should
always handle TX endpoints before RX endpoints.

This patch fixes that error while also updating
some hard-to-read comments which were scattered
around musb_interrupt().

This patch should be backported as far back as
possible since this error has been in the driver
since it's conception.

Cc: <stable@vger.kernel.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>