From f6da058a9a8e77ce1b5ccf500a391bae3f6e1b6a Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 26 Aug 2016 13:16:45 +0900 Subject: [PATCH] misc: tizen_global_lock: replace device node name to tgl The old name is not necessary anymore, so this patch replaces device node name to "tgl". Change-Id: I9e4c92db3c355e74b909384ff869b2aa3a388086 Signed-off-by: Seung-Woo Kim --- drivers/misc/tizen_global_lock.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/misc/tizen_global_lock.c b/drivers/misc/tizen_global_lock.c index e8987f8b76a3..78ab2f5d15ee 100644 --- a/drivers/misc/tizen_global_lock.c +++ b/drivers/misc/tizen_global_lock.c @@ -76,9 +76,7 @@ struct tgl_hash_node { struct hlist_node node; /* hash node */ }; -/* FIXME: Tizen platform is using slp_global_lock name yet */ -/* static const char tgl_dev_name[] = "tizen_global_lock"; */ -static const char tgl_dev_name[] = "slp_global_lock"; +static const char tgl_dev_name[] = "tgl"; /* find the tgl_lock object with key in the hash table */ static struct tgl_hash_node *tgl_hash_get_node(struct tgl_hash_head *hash, -- 2.34.1