From: Felipe Balbi Date: Mon, 30 Dec 2013 18:33:53 +0000 (-0600) Subject: usb: musb: core: fix TX/RX endpoint order X-Git-Tag: omap-for-v4.1/fixes-rc1~167^2~55^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c93e1a3f35be4cf1493d3ccfb0c6d9209e4922;p=pandora-kernel.git 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: Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed