[PATCH 0/2] usb: host: Drop resume calls on {e,o}hci_platform_suspend()
From: Biju
Date: Sun Dec 07 2025 - 07:49:17 EST
From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
As per the suspend_devices_and_enter() [1], if .suspend() fails, it invoke
the .resume() callback. This patch series drops redundant resume() from
{e,o}hci_platform_suspend()
[1]
https://elixir.bootlin.com/linux/v6.18-rc7/source/kernel/power/suspend.c#L519
Biju Das (2):
usb: host: ehci-platform: Drop ehci_resume from
ehci_platform_suspend()
usb: host: ohci-platform: Drop ohci_resume from
ohci_platform_suspend()
drivers/usb/host/ehci-platform.c | 13 +------------
drivers/usb/host/ohci-platform.c | 10 +---------
2 files changed, 2 insertions(+), 21 deletions(-)
--
2.43.0