diff options
author | Jaejoong Kim <climbbb.kim@gmail.com> | 2017-10-20 16:29:15 +0900 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-10-20 11:19:39 +0300 |
commit | 1c236d411d8b163adca49009857e7c2745185038 (patch) | |
tree | 534bc5db38a3080a38ed7a964f74761d15fd155f /drivers/usb/host/ohci.h | |
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>
Diffstat (limited to 'drivers/usb/host/ohci.h')
0 files changed, 0 insertions, 0 deletions