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:
Chris Wilson 2015-01-05 14:34:58 +00:00
parent d8bf7e17cb
commit c49a7e9163

View File

@ -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);