summaryrefslogtreecommitdiff
path: root/tests/core_hotunplug.c
diff options
context:
space:
mode:
authorJeevan B <jeevan.b@intel.com>2021-10-05 11:15:09 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2021-10-08 14:26:14 +0530
commit935268f06457c647b9de66e7b79762eb215f1f8d (patch)
tree5738dad344afe3b155aa58ed560736e7aae9af66 /tests/core_hotunplug.c
parent910b5caac6625d2bf0b6c1dde502451431bd0159 (diff)
tests/core_hotunplug: Drop log level for preventively unloading snd driver
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 <jeevan.b@intel.com> Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Diffstat (limited to 'tests/core_hotunplug.c')
-rw-r--r--tests/core_hotunplug.c2
1 files changed, 1 insertions, 1 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");
}
}