Re: [PATCH 4/9] iio: light: tsl2583: remove tsl2583_set_pm_runtime_busy() helper
Brian Masney <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 28, 2026 at 03:47:41AM +0900, Sang-Heon Jeon wrote: > tsl2583_set_pm_runtime_busy() just calls pm_runtime_resume_and_get() > or pm_runtime_put_autosuspend() depending on its bool argument. Call > them directly and remove the helper. > > No functional change. > > Suggested-by: Jonathan Cameron <[email protected]> > Signed-off-by: Sang-Heon Jeon <[email protected]> Reviewed-by: Brian Masney <[email protected]>