Loading drivers/soc/qcom/rpmh.c +1 −2 Original line number Diff line number Diff line Loading @@ -485,8 +485,7 @@ int rpmh_write_batch(const struct device *dev, enum rpmh_state state, * we've returned from this function. */ rpmh_rsc_debug(ctrlr_to_drv(ctrlr), &compls[i]); ret = -ETIMEDOUT; goto exit; BUG_ON(1); } } Loading Loading
drivers/soc/qcom/rpmh.c +1 −2 Original line number Diff line number Diff line Loading @@ -485,8 +485,7 @@ int rpmh_write_batch(const struct device *dev, enum rpmh_state state, * we've returned from this function. */ rpmh_rsc_debug(ctrlr_to_drv(ctrlr), &compls[i]); ret = -ETIMEDOUT; goto exit; BUG_ON(1); } } Loading