commit | c51e36dc11e44aa960744ec1c36fb2ab8d68b218 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Sat May 07 19:44:13 2011 +0400 |
committer | Felipe Balbi <balbi@ti.com> | Fri May 13 14:34:07 2011 +0300 |
tree | ee8aa49d128d99e31e21fc3124efad5219276b9b | |
parent | 981430a1704123b569865997bdde4f1de1afca7e [diff] |
usb: musb: host: remove duplicate check in musb_ep_program() 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>