From 68fb7595bc16a9672ea20e86431763f833cf47a7 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Sun, 4 Mar 2018 04:19:12 +0200 Subject: lib/sysfs: s/kick_fbcon/bind_fbcon/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename kick_fbcon() into bind_fbcon() so that it's not so confusing. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson --- lib/igt_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/igt_core.c') diff --git a/lib/igt_core.c b/lib/igt_core.c index e52b806b..5092a3f0 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -517,7 +517,7 @@ bool igt_exit_called; static void common_exit_handler(int sig) { if (!igt_only_list_subtests()) { - kick_fbcon(true); + bind_fbcon(true); } /* When not killed by a signal check that igt_exit() has been properly @@ -802,7 +802,7 @@ out: exit(ret == -1 ? 0 : IGT_EXIT_INVALID); if (!list_subtests) { - kick_fbcon(false); + bind_fbcon(false); igt_kmsg(KMSG_INFO "%s: executing\n", command_str); print_version(); -- cgit v1.2.3