mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib/core: Fix compile error from rebasing
s/KMSG_INFO/KERN_INFO/ Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
d8bf7e17cb
commit
c49a7e9163
@ -943,7 +943,7 @@ void igt_exit(void)
|
||||
if (igt_only_list_subtests())
|
||||
exit(IGT_EXIT_SUCCESS);
|
||||
|
||||
kmsg(KMSG_INFO "%s: exiting, ret=%d\n", command_str, igt_exitcode);
|
||||
kmsg(KERN_INFO "%s: exiting, ret=%d\n", command_str, igt_exitcode);
|
||||
|
||||
if (!test_with_subtests)
|
||||
exit(igt_exitcode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user