commit | 70fdb273db37196e9e5d292d5778a99fededb32f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Apr 05 12:47:15 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Apr 19 11:10:45 2016 +0300 |
tree | b32e439346410299192d1c68bc54df42446b4a48 | |
parent | c28f82595dde97dda0b769f78f0faea78acd993b [diff] |
usb: dwc3: get rid of DWC3_TRB_MASK instead of using a bitwise and, let's rely on the % operator since that's a lot more clear. Also, GCC will optimize % 256 to nothing anyway. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>