summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
diff options
context:
space:
mode:
authorJaejoong Kim2017-10-20 09:29:15 +0200
committerGreg Kroah-Hartman2017-10-23 11:31:05 +0200
commit9f8e32dfca2aab9dea8a9db335e3a783b0035507 (patch)
treee6e83be282770c74148692dabd30c3da1127f594 /drivers/usb/core/driver.c
parentdt-bindings: usb: mtk-xhci: remove dummy clocks and add optional ones (diff)
downloadkernel-qcow2-linux-9f8e32dfca2aab9dea8a9db335e3a783b0035507.tar.gz
kernel-qcow2-linux-9f8e32dfca2aab9dea8a9db335e3a783b0035507.tar.xz
kernel-qcow2-linux-9f8e32dfca2aab9dea8a9db335e3a783b0035507.zip
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>
Diffstat (limited to 'drivers/usb/core/driver.c')
0 files changed, 0 insertions, 0 deletions