Re: [PATCH] staging: greybus: gbphy: Omit a redundant pm_runtime_mark_last_busy() call in gb_gbphy_idle()
Johan Hovold <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Mar 14, 2026 at 03:40:50PM +0100, Markus Elfring wrote: > From: Markus Elfring <[email protected]> > Date: Sat, 14 Mar 2026 15:35:09 +0100 > > The device's last busy timestamp was set in a wrapper function since > the commit 18c1fe53d186867243f4cf17f4eef60737a16c4c ("PM: runtime: nit: 12 char hash is enough and reads better > Mark last busy stamp in pm_request_autosuspend()"). > Thus delete a pm_runtime_mark_last_busy() call before > a pm_request_autosuspend() call. > > The source code was transformed by using the Coccinelle software. > > Signed-off-by: Markus Elfring <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Johan