Commit 8318a7eb authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher
Browse files

drm/amd/display: add newline to generic_reg_wait timeout message

parent 9a70eba7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ uint32_t generic_reg_wait(const struct dc_context *ctx,
			return reg_val;
	}

	DC_ERR("REG_WAIT timeout %dus * %d tries - %s",
	DC_ERR("REG_WAIT timeout %dus * %d tries - %s\n",
			delay_between_poll_us, time_out_num_tries, func_name);
	return reg_val;
}