]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: rawnand: gpmi: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 27 Oct 2025 11:40:32 +0000 (13:40 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 28 Oct 2025 16:04:34 +0000 (17:04 +0100)
commit2052c1e59b34ae59d0eec460b70c5681cead76e8
tree543dfe95b38d498cc95dd3898bf146c3056a08d4
parentbf425fa103b024ec97cffe99e292a1055aceba24
mtd: rawnand: gpmi: 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>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c