From c49a7e9163c2ee30c4bfe930dc0418cf5e2eb0d4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 5 Jan 2015 14:34:58 +0000 Subject: [PATCH] lib/core: Fix compile error from rebasing s/KMSG_INFO/KERN_INFO/ Signed-off-by: Chris Wilson --- lib/igt_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_core.c b/lib/igt_core.c index 3c035451..40bc92fd 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -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);