public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Jan Sokolowski <jan.sokolowski@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: zbigniew.kempczynski@intel.com, peter.senna@linux.intel.com,
	piotr.rudnicki@intel.com, mika.kuoppala@intel.com,
	Jan Sokolowski <jan.sokolowski@intel.com>
Subject: [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
Date: Fri, 10 Apr 2026 10:10:44 +0200	[thread overview]
Message-ID: <20260410081044.783673-1-jan.sokolowski@intel.com> (raw)

"poll: timeout" message is a leftover development
artifact that no longer points to any problems
and makes output less readable.

Remove it.

Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
---
 lib/xe/xe_eudebug.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/xe/xe_eudebug.c b/lib/xe/xe_eudebug.c
index 3bffda561..1d9cb8289 100644
--- a/lib/xe/xe_eudebug.c
+++ b/lib/xe/xe_eudebug.c
@@ -325,7 +325,6 @@ static int safe_pipe_read(int pipe[2], void *buf, int nbytes, int timeout_ms)
 
 		ret = poll(&r, 1, interval_ms);
 		if (!ret) {
-			igt_debug("poll: timeout\n");
 			catch_child_failure();
 			t += interval_ms;
 		} else if (ret == -1) {
-- 
2.43.0


             reply	other threads:[~2026-04-10  8:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-10  8:10 Jan Sokolowski [this message]
2026-04-10 11:28 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Patchwork
2026-04-10 11:46 ` ✓ i915.CI.BAT: " Patchwork
2026-04-10 12:04 ` [PATCH i-g-t 1/1] " Piatkowski, Dominik Karol
2026-04-10 18:22 ` ✓ Xe.CI.FULL: success for series starting with [i-g-t,1/1] " Patchwork
2026-04-11  9:56 ` ✓ i915.CI.Full: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260410081044.783673-1-jan.sokolowski@intel.com \
    --to=jan.sokolowski@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=mika.kuoppala@intel.com \
    --cc=peter.senna@linux.intel.com \
    --cc=piotr.rudnicki@intel.com \
    --cc=zbigniew.kempczynski@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox