commit | e3c93e1a3f35be4cf1493d3ccfb0c6d9209e4922 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Dec 30 12:33:53 2013 -0600 |
committer | Felipe Balbi <balbi@ti.com> | Mon Mar 09 10:38:48 2015 -0500 |
tree | c75b4cfcfd7bff9f14189e1932959ab655f8ca3e | |
parent | d5638fcf15bc65584877f00d4b0094cc4a66ad4e [diff] |
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>