commit | c74c6d4a024d95e81283ee4c38be6fa7baee27f9 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri May 04 13:08:22 2012 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Sun Jun 03 23:08:19 2012 +0300 |
tree | 2771e72d5c349f46eed5fb63ec70902ed60a5be2 | |
parent | a0807881af93646b5d94b5594119df609e756945 [diff] |
usb: dwc3: ep0: switch over to IS_ALIGNED IS_ALIGNED provides a much faster operation for checking proper size alignment then a modulo operation. Let's use it. Reported-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Felipe Balbi <balbi@ti.com>