commit | 1c236d411d8b163adca49009857e7c2745185038 | [log] [tgz] |
---|---|---|
author | Jaejoong Kim <climbbb.kim@gmail.com> | Fri Oct 20 16:29:15 2017 +0900 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Oct 20 11:19:39 2017 +0300 |
tree | 534bc5db38a3080a38ed7a964f74761d15fd155f | |
parent | 7521d47960d6a7f3b5f9f26d4baf5f97e050d7ac [diff] |
usb: misc: usbtest: 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>