This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: contrib/test/test-media: set log level to info at end
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Wed Aug 28 11:08:19 2024 +0200

test-media tries to obtain the current log level, but for
some reason this sometimes gives a bad log level (e.g. 10).

Just drop this and instead set the log level to info at the
end.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 contrib/test/test-media | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=edb41b47ad15e2195dcda79b61b5beb0d9f8d27f
diff --git a/contrib/test/test-media b/contrib/test/test-media
index 1422778a9da1..b5462457b8a2 100755
--- a/contrib/test/test-media
+++ b/contrib/test/test-media
@@ -35,8 +35,6 @@ elif [ -f .config ]; then
        fi
 fi
 
-cur_lvl=`cut -c 1-2 /proc/sys/kernel/printk`
-
 if [ -z "$1" ]; then
        echo "usage: test-media [options] test-targets"
        echo
@@ -921,5 +919,5 @@ if [ $setup -eq 0 ]; then
        fi
 fi
 
-dmesg -n $cur_lvl
+dmesg -n info
 date

Reply via email to