misc: tizen_global_lock: replace device node name to tgl 87/85587/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 26 Aug 2016 04:16:45 +0000 (13:16 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 26 Aug 2016 07:11:04 +0000 (16:11 +0900)
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 <sw0312.kim@samsung.com>
drivers/misc/tizen_global_lock.c

index e8987f8..78ab2f5 100644 (file)
@@ -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,