usb: core: Remove duplicated check in usb_hub_create_port_device
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 17 Oct 2023 21:11:53 +0000 (23:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 10:53:55 +0000 (12:53 +0200)
commitc9a1d9e74a43ae8f2d1718243c1de277dc0e7027
tree98ca09ec2e85bed8b11b1e496664785b9a3744c2
parent1a4a2df07c1f087704c24282cebe882268e38146
usb: core: Remove duplicated check in usb_hub_create_port_device

Simplify the code by not calling hub_is_superspeed() twice.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/b1d77cbc-faa3-4d07-94ff-f6ffb85c6964@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/port.c