[Intel-gfx] [i-g-t PATCH] tests: add more debugs on failure to unload snd_hda_intel

Jani Nikula jani.nikula at intel.com
Mon Oct 31 08:43:58 UTC 2016


List open files under sound devices.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 tests/drv_module_reload_basic | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/drv_module_reload_basic b/tests/drv_module_reload_basic
index c0676fc65db0..bbe11f7fe5bd 100755
--- a/tests/drv_module_reload_basic
+++ b/tests/drv_module_reload_basic
@@ -40,6 +40,7 @@ function reload() {
 			snd_hda_intel_unloaded=1
 		else
 			lsmod >&2
+			lsof /dev/snd/* >&2
 		fi
 	fi
 
-- 
2.1.4



More information about the Intel-gfx mailing list