misc: tizen_global_lock: change node name
authorjino.cho <jino.cho@samsung.com>
Thu, 25 Aug 2016 06:44:53 +0000 (15:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:23 +0000 (11:25 +0900)
This patch changes the device node name of tizen_global_lock to "tgl".
Because, the libtbm backend module for ARTIK710 device looks for "tgl" as
a driver node name.

Change-Id: I62733ff2cff79f379b5ab9da3eb38cc7ec0130e8
Signed-off-by: jino.cho <jino.cho@samsung.com>
drivers/misc/tizen_global_lock.c

index a06378e..78ab2f5 100644 (file)
@@ -76,7 +76,7 @@ struct tgl_hash_node {
        struct hlist_node       node;           /* hash node */
 };
 
-static const char tgl_dev_name[] = "tizen_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,