commit | 9f8e32dfca2aab9dea8a9db335e3a783b0035507 | [log] [tgz] |
---|---|---|
author | Jaejoong Kim <climbbb.kim@gmail.com> | Fri Oct 20 16:29:15 2017 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 23 11:31:05 2017 +0200 |
tree | e6e83be282770c74148692dabd30c3da1127f594 | |
parent | e7eef2ced8e7b2b4a06fd66e7d03df1f90fa67c9 [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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>