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

Commit d3534660 authored by Stefan Wahren's avatar Stefan Wahren Committed by Greg Kroah-Hartman
Browse files

staging: vchiq_arm: print real dump limit



We better use the real loop limit in the warning about
"too many active services". Another benefit is than we don't have to care
about the format string in the following change.

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2610df41
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3479,8 +3479,7 @@ vchiq_dump_service_use_state(VCHIQ_STATE_T *state)
	if (only_nonzero)
		vchiq_log_warning(vchiq_susp_log_level, "Too many active "
			"services (%d).  Only dumping up to first %d services "
			"with non-zero use-count", active_services,
			local_max_services);
			"with non-zero use-count", active_services, j);

	for (i = 0; i < j; i++) {
		vchiq_log_warning(vchiq_susp_log_level,