OSDN Git Service

usb: host: fotg210: fix the endpoint's transactional opportunities calculation
authorKelly Devilliv <kelly.devilliv@gmail.com>
Sun, 27 Jun 2021 12:57:46 +0000 (20:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 08:03:42 +0000 (10:03 +0200)
commitc2e898764245c852bc8ee4857613ba4f3a6d761d
treec63d4383bb05b4dff9e0e59afafe9e858d0b9c33
parentc4c1faf8254885a52412b456c90d0acc9e94db22
usb: host: fotg210: fix the endpoint's transactional opportunities calculation

Now that usb_endpoint_maxp() only returns the lowest
11 bits from wMaxPacketSize, we should make use of the
usb_endpoint_* helpers instead and remove the unnecessary
max_packet()/hb_mult() macro.

Signed-off-by: Kelly Devilliv <kelly.devilliv@gmail.com>
Link: https://lore.kernel.org/r/20210627125747.127646-3-kelly.devilliv@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/fotg210-hcd.c