usb: musb: host: remove duplicate check in musb_ep_program()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Sat, 7 May 2011 15:44:13 +0000 (19:44 +0400)
committerFelipe Balbi <balbi@ti.com>
Fri, 13 May 2011 11:34:07 +0000 (14:34 +0300)
musb_ep_program() contains obviously duplicate check for 'dma_channel' in its
IN/receive path -- removing it allows to save one level of indentation. While
at it, improve the comment style...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found