commit | 99bcb23851ffa19d8ad13cd35100990559aac82c | [log] [tgz] |
---|---|---|
author | Jaejoong Kim <climbbb.kim@gmail.com> | Fri Oct 20 16:29:13 2017 +0900 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Oct 20 11:19:24 2017 +0300 |
tree | 75a96e4841ebb12c3e5e401d73ef78f0d30716aa | |
parent | 06c47e6286d5afdd7b2e7e3c207f6906b3be3d4d [diff] |
usb: gadget: udc: remove duplicate & operation usb_endpoint_maxp() has an inline keyword and searches for bits[10:0] by & operation with 0x7ff. So, we can remove the duplicate & operation with 0x7ff. Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>