commit | 1a22ec643580626f439c8583edafdcc73798f2fb | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Aug 01 13:15:05 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Nov 26 09:08:29 2018 +0200 |
tree | c6a2a7210b48ca0e9cb3184b2ad8f0319fcb03f2 | |
parent | d92021f66063b30910255d70dc95e0d7b57f018f [diff] |
usb: dwc3: gadget: combine unaligned and zero flags Both flags are used for the same purpose in dwc3: appending an extra TRB at the end to deal with controller requirements. By combining both flags into one, we make it clear that the situation is the same and that they should be treated equally. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>