From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF2AB6E20F for ; Tue, 5 Oct 2021 05:43:37 +0000 (UTC) From: Jeevan B Date: Tue, 5 Oct 2021 11:15:09 +0530 Message-Id: <20211005054509.27336-1-jeevan.b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH v2] tests/core_hotunplug: Drop log level for preventively unloading snd driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: uma.shankar@intel.com, Jeevan B List-ID: change igt_warn to igt_info when unloading the snd module before unbinding i915 until WA is fixed. As this "todo reminder" is flagged as BAT failure and showing up in all sorts of top-bugs lists for various platforms. v2: Update commit message Signed-off-by: Jeevan B Reviewed-by: Uma Shankar --- tests/core_hotunplug.c | 2 +- tests/device_reset.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/core_hotunplug.c b/tests/core_hotunplug.c index 2d73e27f..b3661668 100644 --- a/tests/core_hotunplug.c +++ b/tests/core_hotunplug.c @@ -164,7 +164,7 @@ static void driver_unbind(struct hotunplug *priv, const char *prefix, igt_lsof("/dev/snd"); igt_skip("Audio is in use, skipping\n"); } else { - igt_warn("Preventively unloaded snd_hda_intel\n"); + igt_info("Preventively unloaded snd_hda_intel\n"); } } diff --git a/tests/device_reset.c b/tests/device_reset.c index e6a468e6..982ba5ef 100644 --- a/tests/device_reset.c +++ b/tests/device_reset.c @@ -201,7 +201,7 @@ static void driver_unbind(struct device_fds *dev) igt_lsof("/dev/snd"); igt_skip("Audio is in use, skipping\n"); } else { - igt_warn("Preventively unloaded snd_hda_intel\n"); + igt_info("Preventively unloaded snd_hda_intel\n"); } } -- 2.19.1