usb: musb: core: fix TX/RX endpoint order
authorFelipe Balbi <balbi@ti.com>
Mon, 30 Dec 2013 18:33:53 +0000 (12:33 -0600)
committerFelipe Balbi <balbi@ti.com>
Mon, 9 Mar 2015 15:38:48 +0000 (10:38 -0500)
commite3c93e1a3f35be4cf1493d3ccfb0c6d9209e4922
treec75b4cfcfd7bff9f14189e1932959ab655f8ca3e
parentd5638fcf15bc65584877f00d4b0094cc4a66ad4e
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>
drivers/usb/musb/musb_core.c