aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'nvdebug_entry.c')
-rw-r--r--nvdebug_entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvdebug_entry.c b/nvdebug_entry.c
index 148bd3f..6346659 100644
--- a/nvdebug_entry.c
+++ b/nvdebug_entry.c
@@ -28,6 +28,7 @@ int __init nvdebug_init(void) {
28 printk(KERN_ERR "[nvdebug] Unable to initialize procfs entries!\n"); 28 printk(KERN_ERR "[nvdebug] Unable to initialize procfs entries!\n");
29 return -ENOMEM; 29 return -ENOMEM;
30 } 30 }
31 printk(KERN_INFO "[nvdebug] Module version "GIT_HASH" initialized\n");
31 return 0; 32 return 0;
32} 33}
33 34