Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b24468ce authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: rpmh: Always bug_on() upon timeout in rpmh_write_batch()"

parents 4028cd30 af4be8e1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);
		}
	}