Re: [PATCH] greybus: Omit a redundant pm_runtime_mark_last_busy() call in two functions()
Johan Hovold <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Mar 14, 2026 at 04:05:23PM +0100, Markus Elfring wrote: > From: Markus Elfring <[email protected]> > Date: Sat, 14 Mar 2026 16:00:20 +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 > two pm_request_autosuspend() calls. > > The source code was transformed by using the Coccinelle software. > > Signed-off-by: Markus Elfring <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Johan