]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: remove #define pr_fmt
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 1 Apr 2025 15:32:03 +0000 (16:32 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 1 Apr 2025 16:55:07 +0000 (11:55 -0500)
commit7cd518dd8ce19a30d9aebfa6cbcda22b184c69e7
tree7993066d7f645c3ec9da2187fb415e8262095297
parent2fb3d0fd68f7cc24e5ddfc208b46dd6c381a2ce7
testsuite: remove #define pr_fmt

The kernel headers already provide a default which is sufficient for out
needs.

Inspired by a few new test modules which set it, although never call
pr_warn() or friends.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/333
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
18 files changed:
testsuite/module-playground/mod-foo-a.c
testsuite/module-playground/mod-foo-b.c
testsuite/module-playground/mod-foo-c.c
testsuite/module-playground/mod-foo.c
testsuite/module-playground/mod-loop-a.c
testsuite/module-playground/mod-loop-b.c
testsuite/module-playground/mod-loop-c.c
testsuite/module-playground/mod-loop-d.c
testsuite/module-playground/mod-loop-e.c
testsuite/module-playground/mod-loop-f.c
testsuite/module-playground/mod-loop-g.c
testsuite/module-playground/mod-loop-h.c
testsuite/module-playground/mod-loop-i.c
testsuite/module-playground/mod-loop-j.c
testsuite/module-playground/mod-loop-k.c
testsuite/module-playground/mod-softdep-a.c
testsuite/module-playground/mod-softdep-b.c
testsuite/module-playground/mod-weakdep.c