From patchwork Tue Sep 5 12:36:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 9938577 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 12DB8600CB for ; Tue, 5 Sep 2017 12:36:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 05BA628962 for ; Tue, 5 Sep 2017 12:36:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EEEEC28979; Tue, 5 Sep 2017 12:36:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9E5A928962 for ; Tue, 5 Sep 2017 12:36:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 111E16E48A; Tue, 5 Sep 2017 12:36:41 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3B4D06E457 for ; Tue, 5 Sep 2017 12:36:38 +0000 (UTC) Received: by mail-wm0-x244.google.com with SMTP id r75so2875610wmf.1 for ; Tue, 05 Sep 2017 05:36:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=aJ3RbPPClJyULqT6cHSv6/Zjaf8N8i792bShg6GD96U=; b=j5ChpjE+vhG2BfKVU7CkSZcMQIVanWFFWD+5WDSrtMuvnS5oRB4e4CiPtLtCBMdWl8 Ui46wHdBtgKe60bJv2ABR8QgNUIGbPpIjTEKczAatQcIKGtMNXuD9HAKo+bH3Uxxsde9 1DstsQmAyqXLrraLFD4pX2DwA6E90Kt5GjFBk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=aJ3RbPPClJyULqT6cHSv6/Zjaf8N8i792bShg6GD96U=; b=jROkRp/IXieFDMijUOie/W6heJ5LloD+xUxxsCuN0QBi2Bla/XeYGhEqyBM0C7ucDD rKk8uucH/E9mLvc0Qy2L62JvxZP/4CQui1FD+TtKLeMdnKgcRDXPjEcoyDpqWMfubCzt 04BuKVaVcdRjhB1d6jtB+iFn5Pan7edvfnuVKr6xy3ZZCJjZrKdC0X3KwqG/nobwzVUT 3btcPPOGJ+GXQgG3OnXZI0G3yh8JSGsc0m/dEZ4PieVi5ZK7xlCyi3dgdJy4SMjj/qE5 6WfcbDRGc8sLCCj7KiWC4DZyEfYxt9Ao3KCgHsPJoR+ZlnaTYgYNMGQIn98ZkBMh0MCx 209w== X-Gm-Message-State: AHPjjUhTdgEYzJ9Aia7aOcxlkrrwsroqOfTZs//BMhOwPERdk5uVi9FT EPKR7wHT7AttLcSXF+k= X-Google-Smtp-Source: ADKCNb5n23NmhRLMUBjEc/Y9MArnfa6UFfqOPNerctsd9D5/O9vkqCZ0uG2ZsFOg0O1PNo3BTYHcIA== X-Received: by 10.80.217.71 with SMTP id u7mr3171212edj.212.1504614996643; Tue, 05 Sep 2017 05:36:36 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:5635:0:39d2:f87e:2033:9f6]) by smtp.gmail.com with ESMTPSA id h46sm214551edh.13.2017.09.05.05.36.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Sep 2017 05:36:35 -0700 (PDT) From: Daniel Vetter To: Intel Graphics Development Date: Tue, 5 Sep 2017 14:36:07 +0200 Message-Id: <20170905123624.21315-6-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170905123624.21315-1-daniel.vetter@ffwll.ch> References: <20170905123624.21315-1-daniel.vetter@ffwll.ch> Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH i-g-t 05/22] tests/gem_spin_batch: Fix warning X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Reviewed-by: Eric Anholt Signed-off-by: Daniel Vetter --- tests/gem_spin_batch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_spin_batch.c b/tests/gem_spin_batch.c index 941aa1399ae1..09bb3cb37108 100644 --- a/tests/gem_spin_batch.c +++ b/tests/gem_spin_batch.c @@ -48,7 +48,7 @@ static void spin(int fd, unsigned int engine, unsigned int timeout_sec) igt_spin_batch_set_timeout(spin, timeout_100ms - igt_nsec_elapsed(&itv)); gem_sync(fd, spin->handle); - igt_debug("loop %d: interval=%fms (target 100ms), elapsed %fms\n", + igt_debug("loop %lu: interval=%fms (target 100ms), elapsed %fms\n", loops, igt_nsec_elapsed(&itv) * 1e-6, igt_nsec_elapsed(&tv) * 1e-6);