On Tue, Oct 17, 2023 at 06:43:51PM +0200, Heiner Kallweit wrote: > Minor improvements, no functional change intended. > - Use variable hdev instead of hub->hdev > - Don't call hub_is_superspeed() twice > - Style fix for else clause Please do not do multiple things in the same patch. These need to be all broken up into "one patch per logical change" to be able to properly review and potentially revert them in the future. thanks, greg k-h