OSDN Git Service

usb: core: config: using bit mask instead of individual bits
authorPavel Hofman <pavel.hofman@ivitera.com>
Fri, 10 Dec 2021 08:52:19 +0000 (09:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Dec 2021 12:06:39 +0000 (13:06 +0100)
commitca5737396927afd4d57b133fd2874bbcf3421cdb
tree0eea2fce2f9cfec5b88463f29036ca4ce2008354
parent1a3910c80966e4a76b25ce812f6bea0ef1b1d530
usb: core: config: using bit mask instead of individual bits

Using standard USB_EP_MAXP_MULT_MASK instead of individual bits for
extracting multiple-transactions bits from wMaxPacketSize value.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com>
Link: https://lore.kernel.org/r/20211210085219.16796-2-pavel.hofman@ivitera.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/config.c