On Mon, 18 Aug 2025 14:38:52 +0200, Krzysztof Kozlowski wrote: > The ISR calls dev_pm_opp_find_bw_ceil(), which can return EINVAL, ERANGE > or ENODEV, and if that one fails with ERANGE, then it tries again with > floor dev_pm_opp_find_bw_floor(). > > In theory, following error paths are possible: > 1. First dev_pm_opp_find_bw_ceil() failed with an error different than > ERANGE, > 2. Any error from second dev_pm_opp_find_bw_floor(). > > [...] Applied, thanks! [1/1] soc: qcom: icc-bwmon: Fix handling dev_pm_opp_find_bw_*() errors commit: 13650cd32cfc640fbd49f0424640f64d57335d4c Best regards, -- Bjorn Andersson <andersson@xxxxxxxxxx>