diff options
author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | 2022-03-06 08:55:16 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-15 18:24:02 +0100 |
commit | 61ef1709ee603b1d4677682c643986e817d5c6a4 (patch) | |
tree | d6f24a3a8489596af088437c040dc3f98c2f8d3f /drivers/usb/host/xen-hcd.c | |
parent | usb: oxu210hp-hcd: remove redundant call to max_packet() macro (diff) | |
download | linux-61ef1709ee603b1d4677682c643986e817d5c6a4.tar.xz linux-61ef1709ee603b1d4677682c643986e817d5c6a4.zip |
usb: isp1760: remove redundant max_packet() macro
The function usb_endpoint_maxp() (called by usb_maxpacket()) already
does the sanitazation of the USB endpoint max packet size. The call to
max_packet() does the same thing and is thus removed.
The macro max_packet() not being used anymore also gets removed.
Reviewed-by: Rui Miguel Silva <rui.silva@linaro.org>
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/r/20220306075524.706660-3-mailhol.vincent@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xen-hcd.c')
0 files changed, 0 insertions, 0 deletions