commit | fb91cddc54e71a09b31e0fdf2d45abeaea850113 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri May 01 12:29:30 2015 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Thu May 07 13:36:02 2015 -0500 |
tree | 4da7cc5fc221d3ef7824909bac71aac12764ba43 | |
parent | 729697a13d7e32b18315df474fbf42498b447a8a [diff] |
usb: musb: Remove DMA ifdef for musb_gadget.c short_packet Let's get rid of the horrible ifdef in middle of the expression. We can do it by adding a variable for short_packet and testing it separately for DMA related code. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Felipe Balbi <balbi@ti.com>