HSI: omap_ssi_port: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:54:13 +0000 (10:54 +0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Fri, 5 Sep 2025 20:56:59 +0000 (22:56 +0200)
commitca50b295fd473ef797b69b8538036cca716f3d55
treeacd32c4c074b89ffc311f98d16d6dad41f1c47b3
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
HSI: omap_ssi_port: Remove redundant pm_runtime_mark_last_busy() calls

pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(),
pm_runtime_autosuspend() and pm_request_autosuspend() now include a call
to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to
pm_runtime_mark_last_busy().

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://lore.kernel.org/r/20250704075413.3218357-1-sakari.ailus@linux.intel.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/hsi/controllers/omap_ssi_port.c