Re: [PATCH 4/9] iio: light: tsl2583: remove tsl2583_set_pm_runtime_busy() helper

From: Brian Masney

Date: Tue Jul 28 2026 - 16:02:21 EST


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 <jic23@xxxxxxxxxx>
> Signed-off-by: Sang-Heon Jeon <ekffu200098@xxxxxxxxx>

Reviewed-by: Brian Masney <bmasney@xxxxxxxxxx>